diff options
author | Josef Kemetmüller <josef.kemetmueller@gmail.com> | 2020-07-22 13:45:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 13:45:15 +0200 |
commit | ae9e9753ce9100ac8ac98fb76d4ac9de45b5734c (patch) | |
tree | acb824d947ea3ea00812ed657541c75c096e6037 /README.md | |
parent | ff314f186e3f91d87af6ad96c0ae3b472494b940 (diff) |
README: Fix link to hacking guide
The link was previously interpreted as if it were relative to the current file.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ Information on additional installation methods is available on the [Nix download ## Building And Developing -See our [Hacking guide](hydra.nixos.org/job/nix/master/build.x86_64-linux/latest/download-by-type/doc/manual#chap-hacking) in our manual for instruction on how to +See our [Hacking guide](https://hydra.nixos.org/job/nix/master/build.x86_64-linux/latest/download-by-type/doc/manual#chap-hacking) in our manual for instruction on how to build nix from source with nix-build or how to get a development environment. ## Additional Resources |