aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-08-04 13:35:52 +0200
committerGitHub <noreply@github.com>2022-08-04 13:35:52 +0200
commit6fa2e8cb6ff1e6947aad808e0db9e691858527ef (patch)
tree83fd6e70cb0f0b7f5b8921514c38d62811ec0129
parentc9b24f0c17c9e7ef19f6397359e0a38f199653e6 (diff)
parent297f6b5d56204c5ece34c88ba09c50d4e12ccf89 (diff)
Merge pull request #6805 from jfly/jfly/fix-link-to-hacking-doc
Fix link to hacking doc
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 80d6f128c..8a02c4c75 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Information on additional installation methods is available on the [Nix download
## Building And Developing
-See our [Hacking guide](https://hydra.nixos.org/job/nix/master/build.x86_64-linux/latest/download-by-type/doc/manual/contributing/hacking.html) in our manual for instruction on how to
+See our [Hacking guide](https://nixos.org/manual/nix/stable/contributing/hacking.html) in our manual for instruction on how to
build nix from source with nix-build or how to get a development environment.
## Additional Resources