commit 027edffc28616c17c13c93838f6f5d540f19eaf2
parent 64ea362ccd1b716a2f77b723778bd2843a1cc4b5
Author: Drew DeVault <sir@cmpwn.com>
Date: Wed, 20 Oct 2021 10:05:07 +0200
README.md: correct stdlib URL
Signed-off-by: Drew DeVault <sir@cmpwn.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -23,4 +23,4 @@ make check
harec includes a minimal runtime under `rt` which is suitable for running the
test suite, but not recommended for production use. See `docs/runtime.txt` for
details on how to provide your own runtime implementation, or use the [Hare
-standard library](https://git.sr.ht/~sircmpwn/stdlib).
+standard library](https://git.sr.ht/~sircmpwn/hare).