summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorDima <43349662+d-goldin@users.noreply.github.com>2019-12-25 20:06:18 +0100
committerDanylo Hlynskyi <abcz2.uprola@gmail.com>2019-12-25 21:06:18 +0200
commit2467edf80c4ed6b87749bfc33f44b25e536d37c5 (patch)
treee1947dd0fb97e37a2bd9aff84b25f8f947754a93 /nixos
parentd059e1a7206381f58dfcbc09296f693a597932d8 (diff)
downloadnixpkgs-2467edf80c4ed6b87749bfc33f44b25e536d37c5.tar
nixpkgs-2467edf80c4ed6b87749bfc33f44b25e536d37c5.tar.gz
nixpkgs-2467edf80c4ed6b87749bfc33f44b25e536d37c5.tar.bz2
nixpkgs-2467edf80c4ed6b87749bfc33f44b25e536d37c5.tar.lz
nixpkgs-2467edf80c4ed6b87749bfc33f44b25e536d37c5.tar.xz
nixpkgs-2467edf80c4ed6b87749bfc33f44b25e536d37c5.tar.zst
nixpkgs-2467edf80c4ed6b87749bfc33f44b25e536d37c5.zip
nixos/manual: fixing links for awstats release note (#76500)
`linkend` attribute needs to point to an option.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2003.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2003.xml b/nixos/doc/manual/release-notes/rl-2003.xml
index 10ba1c180f6..d54d2cd87ae 100644
--- a/nixos/doc/manual/release-notes/rl-2003.xml
+++ b/nixos/doc/manual/release-notes/rl-2003.xml
@@ -317,13 +317,13 @@ services.xserver.displayManager.defaultSession = "xfce+icewm";
    </listitem>
    <listitem>
     <para>
-     The <link linkend="opt-services.awstats">awstats</link> module has been rewritten
+     The <link linkend="opt-services.awstats.enable">awstats</link> module has been rewritten
      to serve stats via static html pages, updated on a timer, over <link linkend="opt-services.nginx.virtualHosts">nginx</link>,
-     instead of dynamic cgi pages over <link linkend="opt-services.httpd">apache</link>.
+     instead of dynamic cgi pages over <link linkend="opt-services.httpd.enable">apache</link>.
     </para>
     <para>
      Minor changes will be required to migrate existing configurations. Details of the
-     required changes can seen by looking through the <link linkend="opt-services.awstats">awstats</link>
+     required changes can seen by looking through the <link linkend="opt-services.awstats.enable">awstats</link>
      module.
     </para>
    </listitem>