summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJosef Kemetmüller <josef.kemetmueller@gmail.com>2020-07-22 13:45:15 +0200
committerGitHub <noreply@github.com>2020-07-22 13:45:15 +0200
commitae9e9753ce9100ac8ac98fb76d4ac9de45b5734c (patch)
treeacb824d947ea3ea00812ed657541c75c096e6037 /README.md
parentff314f186e3f91d87af6ad96c0ae3b472494b940 (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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e5f7a694f..03c5deb7b 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](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