commit d4b69d333666dba1945f9acec07806dd7756f1e0
parent d61cd911d96b0483a3ea208d731a42f129051774
Author: Jeremy Baxter <jtbx@disroot.org>
Date: Wed, 28 Feb 2024 06:48:29 +1300
fix bootstrapping and installation link in readme
Part of the new documentation site introduced a couple of days ago.
Signed-off-by: Jeremy Baxter <jtbx@disroot.org>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -7,7 +7,7 @@ Hare is a systems programming language.
For information about bootstrapping a working Hare toolchain from scratch, see
[Hare Installation][5] on the website.
-[5]: https://harelang.org/installation/
+[5]: https://harelang.org/documentation/install/
## Contributing