Merge pull request #6805 from jfly/jfly/fix-link-to-hacking-doc

Fix link to hacking doc
This commit is contained in:
Eelco Dolstra 2022-08-04 13:35:52 +02:00 committed by GitHub
commit 6fa2e8cb6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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