about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-06 05:25:27 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-09-06 05:25:27 -0400
commit270b4866e39d016138a407c3bd1b6788bd90323e (patch)
tree22500456835ad017f61bd2762f2101e1786121c8 /nixos
parentce67c2ef59241e6dc6cdce781ad7adcbd0918fd9 (diff)
downloadnixlib-270b4866e39d016138a407c3bd1b6788bd90323e.tar
nixlib-270b4866e39d016138a407c3bd1b6788bd90323e.tar.gz
nixlib-270b4866e39d016138a407c3bd1b6788bd90323e.tar.bz2
nixlib-270b4866e39d016138a407c3bd1b6788bd90323e.tar.lz
nixlib-270b4866e39d016138a407c3bd1b6788bd90323e.tar.xz
nixlib-270b4866e39d016138a407c3bd1b6788bd90323e.tar.zst
nixlib-270b4866e39d016138a407c3bd1b6788bd90323e.zip
rl-1909: make services.gnome3 links sensible
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-1909.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1909.xml b/nixos/doc/manual/release-notes/rl-1909.xml
index ff1bd628ad2c..066b322c96f6 100644
--- a/nixos/doc/manual/release-notes/rl-1909.xml
+++ b/nixos/doc/manual/release-notes/rl-1909.xml
@@ -63,10 +63,10 @@
       like games.
       <itemizedlist>
       <para>This can be achieved with the following options which the desktop manager default enables, excluding <literal>games</literal>.</para>
-      <listitem><para><link linkend="opt-services.gnome3.core-os-services.enable"><literal>services.gnome3.core-os-services.enable</literal></link></para></listitem>
-      <listitem><para><link linkend="opt-services.gnome3.core-shell.enable"><literal>services.gnome3.core-shell.enable</literal></link></para></listitem>
-      <listitem><para><link linkend="opt-services.gnome3.core-utilities.enable"><literal>services.gnome3.core-utilities.enable</literal></link></para></listitem>
-      <listitem><para><link linkend="opt-services.gnome3.games.enable"><literal>services.gnome3.games.enable</literal></link></para></listitem>
+      <listitem><para><xref linkend="opt-services.gnome3.core-os-services.enable"/></para></listitem>
+      <listitem><para><xref linkend="opt-services.gnome3.core-shell.enable"/></para></listitem>
+      <listitem><para><xref linkend="opt-services.gnome3.core-utilities.enable"/></para></listitem>
+      <listitem><para><xref linkend="opt-services.gnome3.games.enable"/></para></listitem>
       </itemizedlist>
       With these options we hope to give users finer grained control over their systems. Prior to this change you'd either have to manually
       disable options or use <option>environment.gnome3.excludePackages</option> which only excluded the optional applications.