diff --git a/config.txt b/config.txt
index f8ee13cb23..697095899b 100644
--- a/config.txt
+++ b/config.txt
@@ -1,4 +1,4 @@
-# Docs: https://github.com/raspberrypi/documentation/tree/develop/documentation/asciidoc/computers/config_txt
+# Docs: https://www.raspberrypi.com/documentation/computers/config_txt.html
 # Overlays: https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README
 
 #-------Display---------
@@ -10,7 +10,7 @@
 #hdmi_safe=1
 
 # Uncomment to adjust the HDMI signal strength if you have interferences, blanking, or no display.
-# - Values from "0" to "11" are allowed, use values above "7" only if required, e.g. with very long HDMI cable.
+# - Ranges from "0" to "11", use values above "7" only if required, e.g. with very long HDMI cable.
 # - Default on first RPi1 A/B is "2", else "5", on RPi4 this setting is ignored.
 #config_hdmi_boost=5
 
@@ -33,18 +33,19 @@
 #hdmi_group=1
 #hdmi_mode=1
 
-# Uncomment to force an HDMI mode rather than DVI. This can make audio work in DMT (computer monitor) modes.
+# Uncomment to force an HDMI mode rather than DVI. This enables HDMI audio in DMT modes.
 #hdmi_drive=2
 
 # Set "hdmi_blanking=1" to allow the display going into standby after 10 minutes without input.
 # With default value "0", the display shows a blank screen instead, but will not go into standby.
-# NB: With "1" some legacy OpenMAX applications (OMXPlayer) cannot prevent display standby due to missing DPMS signal.
+# NB: Some legacy OpenMAX applications (OMXPlayer) cannot wake screens from real standby.
 hdmi_blanking=1
 
 # Set to "1" if your display has a black border of unused pixels visible.
 disable_overscan=1
 
-# Uncomment the following to adjust overscan. Use positive numbers if console goes off screen, and negative if there is too much border.
+# Uncomment the following to adjust overscan.
+# Use positive numbers if console goes off screen, and negative if there is too much border.
 #overscan_left=16
 #overscan_right=16
 #overscan_top=16
@@ -77,7 +78,7 @@ dtparam=audio=off
 #dtparam=spi=off
 
 #-------Serial/UART-----
-# NB: "enable_uart=1" will forcefully set "core_freq=250" on RPi models with onboard WiFi, unless "force_turbo=1" is set.
+# NB: "enable_uart=1" will enforce "core_freq=250" on RPi models with onboard WiFi.
 enable_uart=1
 
 #-------SD card HPD-----