summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2017-10-15 23:05:00 +0000
committerGitHub <noreply@github.com>2017-10-15 23:05:00 +0000
commit3e93e3d245a2b8dde0cddfcc44849fc79ad9bb7b (patch)
tree5a17f7e340c745527264deeddf7116fd31eace78
parentad6b8f438db055a73e64218b5f2ed3cbca963ae5 (diff)
parent73a8e002d405215ccb1052f7f89560b4f62a369c (diff)
downloadnixlib-3e93e3d245a2b8dde0cddfcc44849fc79ad9bb7b.tar
nixlib-3e93e3d245a2b8dde0cddfcc44849fc79ad9bb7b.tar.gz
nixlib-3e93e3d245a2b8dde0cddfcc44849fc79ad9bb7b.tar.bz2
nixlib-3e93e3d245a2b8dde0cddfcc44849fc79ad9bb7b.tar.lz
nixlib-3e93e3d245a2b8dde0cddfcc44849fc79ad9bb7b.tar.xz
nixlib-3e93e3d245a2b8dde0cddfcc44849fc79ad9bb7b.tar.zst
nixlib-3e93e3d245a2b8dde0cddfcc44849fc79ad9bb7b.zip
Merge pull request #30451 from rardiol/patch-1
doc/installing-usb.xml: fix dead kernel parameter link docs.
-rw-r--r--nixos/doc/manual/installation/installing-usb.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/installation/installing-usb.xml b/nixos/doc/manual/installation/installing-usb.xml
index b97f989d902c..31d51816e39b 100644
--- a/nixos/doc/manual/installation/installing-usb.xml
+++ b/nixos/doc/manual/installation/installing-usb.xml
@@ -31,7 +31,7 @@ ISO, copy its contents verbatim to your drive, then either:
     <para>Edit <filename>loader/entries/nixos-livecd.conf</filename> on the drive
     and change the <literal>root=</literal> field in the <literal>options</literal>
     line to point to your drive (see the documentation on <literal>root=</literal>
-    in <link xlink:href="https://www.kernel.org/doc/Documentation/kernel-parameters.txt">
+    in <link xlink:href="https://www.kernel.org/doc/Documentation/admin-guide/kernel-parameters.txt">
     the kernel documentation</link> for more details).</para>
   </listitem>
   <listitem>