summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/configuration/profiles/minimal.section.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc/manual/from_md/configuration/profiles/minimal.section.xml')
-rw-r--r--nixos/doc/manual/from_md/configuration/profiles/minimal.section.xml12
1 files changed, 5 insertions, 7 deletions
diff --git a/nixos/doc/manual/from_md/configuration/profiles/minimal.section.xml b/nixos/doc/manual/from_md/configuration/profiles/minimal.section.xml
index 5653b3f01c3..a3fe30357df 100644
--- a/nixos/doc/manual/from_md/configuration/profiles/minimal.section.xml
+++ b/nixos/doc/manual/from_md/configuration/profiles/minimal.section.xml
@@ -3,13 +3,11 @@
   <para>
     This profile defines a small NixOS configuration. It does not
     contain any graphical stuff. It’s a very short file that enables
-    <link xlink:href="options.html#opt-environment.noXlibs">noXlibs</link>,
-    sets
-    <link xlink:href="options.html#opt-i18n.supportedLocales"><literal>i18n.supportedLocales</literal></link>
-    to only support the user-selected locale,
-    <link xlink:href="options.html#opt-documentation.enable">disables
-    packages’ documentation</link>, and
-    <link xlink:href="options.html#opt-sound.enable">disables
+    <link linkend="opt-environment.noXlibs">noXlibs</link>, sets
+    <xref linkend="opt-i18n.supportedLocales" /> to only support the
+    user-selected locale,
+    <link linkend="opt-documentation.enable">disables packages’
+    documentation</link>, and <link linkend="opt-sound.enable">disables
     sound</link>.
   </para>
 </section>