nixos/rl-2205: fix invalid link

This commit is contained in:
midchildan 2022-02-27 15:31:43 +09:00
parent 697ea7c69c
commit 552c993062
No known key found for this signature in database
GPG key ID: A64DE57FA5963935
2 changed files with 5 additions and 6 deletions

View file

@ -836,7 +836,7 @@
<listitem> <listitem>
<para> <para>
Some top-level settings under 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 is now deprecated because it was redudant due to the same
options being present in options being present in
<link linkend="opt-services.epgstation.settings">services.epgstation.settings</link>. <link linkend="opt-services.epgstation.settings">services.epgstation.settings</link>.
@ -844,8 +844,7 @@
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
The option The option <literal>services.epgstation.basicAuth</literal>
<link linkend="opt-services.epgstation.basicAuth">services.epgstation.basicAuth</link>
was removed because basic authentication support was dropped was removed because basic authentication support was dropped
by upstream. by upstream.
</para> </para>

View file

@ -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 - `pkgs.epgstation` has been upgraded from v1 to v2, resulting in incompatible
changes in the database scheme and configuration format. 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 is now deprecated because it was redudant due to the same options being
present in [services.epgstation.settings](#opt-services.epgstation.settings). present in [services.epgstation.settings](#opt-services.epgstation.settings).
- The option [services.epgstation.basicAuth](#opt-services.epgstation.basicAuth) - The option `services.epgstation.basicAuth` was removed because basic
was removed because basic authentication support was dropped by upstream. authentication support was dropped by upstream.
- The option [services.epgstation.database.passwordFile](#opt-services.epgstation.database.passwordFile) - 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 no longer has a default value. Make sure to set this option explicitly before