about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2205.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-2205.section.md')
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index 1c4a87352776..b8fa641a565c 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -324,12 +324,12 @@ In addition to numerous new and upgraded packages, this release has the followin
 - `pkgs.epgstation` has been upgraded from v1 to v2, resulting in incompatible
   changes in the database scheme and configuration format.
 
-- Some top-level settings under [services.epgstation](#opt-services.epgstation)
+- Some top-level settings under [services.epgstation](#opt-services.epgstation.enable)
   is now deprecated because it was redudant due to the same options being
   present in [services.epgstation.settings](#opt-services.epgstation.settings).
 
-- The option [services.epgstation.basicAuth](#opt-services.epgstation.basicAuth)
-  was removed because basic authentication support was dropped by upstream.
+- The option `services.epgstation.basicAuth` was removed because basic
+  authentication support was dropped by upstream.
 
 - The option [services.epgstation.database.passwordFile](#opt-services.epgstation.database.passwordFile)
   no longer has a default value. Make sure to set this option explicitly before