@@ -51,7 +51,7 @@ Once the configuration has been created, a single command will:
5151It's also possible to use ** nixos-anywhere** to simplify the installation on a
5252machine that has no current operating system, first booting from a NixOS
5353installer image. This feature is described in the
54- [ how-to guide] ( ./docs/how_to .md#installing-on-a-machine-with-no-operating-system ) .
54+ [ how-to guide] ( ./docs/howtos .md#installing-on-a-machine-with-no-operating-system ) .
5555It's useful because you can pre-configure your required software and
5656preferences, and build the new machine with a single command.
5757
@@ -69,7 +69,7 @@ data has been migrated.
6969 - Unless you're using the option to boot from a NixOS installer image, or
7070 providing your own ` kexec ` image, it must be running x86-64 Linux with kexec
7171 support. Most x86_64 Linux systems do have kexec support. By providing your
72- own [ image] ( ./docs/how_to .md#using-your-own-kexec-image ) you can also
72+ own [ image] ( ./docs/howtos .md#using-your-own-kexec-image ) you can also
7373 perform kexec for other architectures eg aarch64
7474 - Must have at least 1.5 GB of RAM, excluding swap.
7575
@@ -194,9 +194,9 @@ Note that this command references the URL of your flake, in this case
194194github: JillThornhill /flakes-example, together with the name of the system
195195#hetzner-cloud, as highlighted by the comment in the sample flake.
196196
197- The [ Quickstart Guide] ( ./docs/Quickstart .md ) gives more information on how to
197+ The [ Quickstart Guide] ( ./docs/quickstart .md ) gives more information on how to
198198run ** nixos-anywhere** in its simplest form. For more specific instructions to
199- suit individual requirements, see the [ How To Guide] ( ./docs/how_to .md ) .
199+ suit individual requirements, see the [ How To Guide] ( ./docs/howtos .md ) .
200200
201201# Further Reading
202202
@@ -215,9 +215,6 @@ and formatting of the disks.
215215This software is provided free under the
216216[ MIT Licence] ( https://opensource.org/licenses/MIT ) .
217217
218- If you would like to become a contributor, please see our
219- [ contribution guidelines.] ( https://github.com/numtide/docs/contribution-guidelines.md )
220-
221218---
222219
223220This project is supported by [ Numtide] ( https://numtide.com/ ) .
0 commit comments