diff --git a/howto/upgrades.md b/howto/upgrades.md
index ea74369fa23a9cdffbf6d2e4d2cef75058638dd7..e4e6754a8a6e6d437968765ca3eb72ee904c3c97 100644
--- a/howto/upgrades.md
+++ b/howto/upgrades.md
@@ -46,15 +46,16 @@ Minor upgrades
 Most of the packages upgrades are handled by the unattended-upgrades package which
 is configured via puppet.
 
-Unattended-upgrades writes logs to /var/log/dpkg.log, or /var/log/unattended-upgrades/.
+Unattended-upgrades writes logs to `/var/log/unattended-upgrades/` but
+also `/var/log/dpkg.log`.
 
-The default configuration file for unattended-upgrades is at /etc/apt/apt.conf.d/50unattended-upgrades.
+The default configuration file for unattended-upgrades is at `/etc/apt/apt.conf.d/50unattended-upgrades`.
 
 Pending upgrades are still noticed by Nagios which warns loudly about them in its
 usual channels.
 
 If a package origin isn't picked by unattended upgrades it will need to be upgraded
-by hand or its origin added to modules/profile/manifests/unattended_upgrades.pp in
+by hand or its origin added to `modules/profile/manifests/unattended_upgrades.pp` in
 puppet.
 
 ### Restarting services