doc: fix path to manual as described in contributing

This commit is contained in:
Rens Oliemans
2026-01-23 10:18:09 +01:00
parent 637a8a681d
commit 7e23356fcd
@@ -7,7 +7,7 @@ You can quickly check your edits with the following:
```ShellSession
$ cd /path/to/nixpkgs
$ $EDITOR doc/nixos/manual/... # edit the manual
$ $EDITOR nixos/doc/manual/... # edit the manual
$ nix-build nixos/release.nix -A manual.x86_64-linux
```