aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2023-02-02-exploring-hare.md
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-06-23 13:20:07 -0500
committerChristian Cleberg <hello@cleberg.net>2024-06-23 13:20:07 -0500
commit31ea2cb746beacca59443d078ae537624f5b7749 (patch)
tree0354910d688a0e286d82175ca5edd0c3de6f4907 /content/blog/2023-02-02-exploring-hare.md
parent2c9594a54da4578584a76a92d168bde0dffe7fca (diff)
downloadcleberg.net-31ea2cb746beacca59443d078ae537624f5b7749.tar.gz
cleberg.net-31ea2cb746beacca59443d078ae537624f5b7749.tar.bz2
cleberg.net-31ea2cb746beacca59443d078ae537624f5b7749.zip
remove sourcehut references
Diffstat (limited to 'content/blog/2023-02-02-exploring-hare.md')
-rw-r--r--content/blog/2023-02-02-exploring-hare.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/2023-02-02-exploring-hare.md b/content/blog/2023-02-02-exploring-hare.md
index 4368fdf..7e34e17 100644
--- a/content/blog/2023-02-02-exploring-hare.md
+++ b/content/blog/2023-02-02-exploring-hare.md
@@ -48,12 +48,12 @@ Installation](https://harelang.org/installation/) page.
## Creating a Test Project
In order to play with the language, I created
-[hare-test](https://git.sr.ht/~cmc/hare-projects) and will be putting any of my
+[hare-test](https://github.com/ccleberg/daily-poem/learning-hare) and will be putting any of my
Hare-related adventures in here.
> **Update:** I also created a simple Hare program for creating a file from user
> input:
-> [files.ha](https://git.sr.ht/~cmc/hare-projects/tree/main/item/files/files.ha)
+> [files.ha](hhttps://github.com/ccleberg/learning-hare/blob/main/files/files.ha)
Luckily, Hare doesn't require any complex set-up tools or build environment.
Once you have Hare installed, you simply need to create a file ending with `.ha`