From 2467edf80c4ed6b87749bfc33f44b25e536d37c5 Mon Sep 17 00:00:00 2001 From: Dima <43349662+d-goldin@users.noreply.github.com> Date: Wed, 25 Dec 2019 20:06:18 +0100 Subject: [PATCH] nixos/manual: fixing links for awstats release note (#76500) `linkend` attribute needs to point to an option. --- nixos/doc/manual/release-notes/rl-2003.xml | 6 +++--- 1 file 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"; - The awstats module has been rewritten + The awstats module has been rewritten to serve stats via static html pages, updated on a timer, over nginx, - instead of dynamic cgi pages over apache. + instead of dynamic cgi pages over apache. Minor changes will be required to migrate existing configurations. Details of the - required changes can seen by looking through the awstats + required changes can seen by looking through the awstats module.