about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authormidchildan <git@midchildan.org>2022-02-27 15:31:43 +0900
committermidchildan <git@midchildan.org>2022-03-12 15:10:39 +0900
commit552c9930626feca85abf7075f4b925fa6c50238c (patch)
treec83f244a5db7dd253bc2df72a09ec5c70ea8760e /nixos/doc
parent697ea7c69cf260f2a6719b212d97ff7d07090a66 (diff)
downloadnixlib-552c9930626feca85abf7075f4b925fa6c50238c.tar
nixlib-552c9930626feca85abf7075f4b925fa6c50238c.tar.gz
nixlib-552c9930626feca85abf7075f4b925fa6c50238c.tar.bz2
nixlib-552c9930626feca85abf7075f4b925fa6c50238c.tar.lz
nixlib-552c9930626feca85abf7075f4b925fa6c50238c.tar.xz
nixlib-552c9930626feca85abf7075f4b925fa6c50238c.tar.zst
nixlib-552c9930626feca85abf7075f4b925fa6c50238c.zip
nixos/rl-2205: fix invalid link
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml5
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md6
2 files changed, 5 insertions, 6 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index b4b31ad4b66f..4a2177ca9e24 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -836,7 +836,7 @@
       <listitem>
         <para>
           Some top-level settings under
-          <link linkend="opt-services.epgstation">services.epgstation</link>
+          <link linkend="opt-services.epgstation.enable">services.epgstation</link>
           is now deprecated because it was redudant due to the same
           options being present in
           <link linkend="opt-services.epgstation.settings">services.epgstation.settings</link>.
@@ -844,8 +844,7 @@
       </listitem>
       <listitem>
         <para>
-          The option
-          <link linkend="opt-services.epgstation.basicAuth">services.epgstation.basicAuth</link>
+          The option <literal>services.epgstation.basicAuth</literal>
           was removed because basic authentication support was dropped
           by upstream.
         </para>
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