summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorPhilipp Bartsch <phil@grmr.de>2020-09-19 12:16:37 +0200
committerPhilipp Bartsch <phil@grmr.de>2020-09-19 12:52:14 +0200
commiteae103c83540effbc7d52f4532795e85688820b3 (patch)
tree62eeaaa98d7b8b9f2b1c618dfcff67eb7e54ee0b /nixos/doc
parent54a0a400f2d1ab30764cf752dd107a86fef11ffa (diff)
nixos/doc: fix dead link
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/development/writing-nixos-tests.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/development/writing-nixos-tests.xml b/nixos/doc/manual/development/writing-nixos-tests.xml
index 74ab23605b35..cab4c067e0d3 100644
--- a/nixos/doc/manual/development/writing-nixos-tests.xml
+++ b/nixos/doc/manual/development/writing-nixos-tests.xml
@@ -43,7 +43,7 @@ xlink:href="https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/login.nix">
console, whether device ownership is correctly maintained when switching
between consoles, and so on. On the other hand,
<filename
-xlink:href="https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/nfs.nix">nfs.nix</filename>,
+xlink:href="https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/nfs/simple.nix">nfs/simple.nix</filename>,
which tests NFS client and server functionality in the Linux kernel
(including whether locks are maintained across server crashes), requires
three machines: a server and two clients.