aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2023-02-02-exploring-hare.org
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-04-30 22:18:50 -0500
committerChristian Cleberg <[email protected]>2025-04-30 22:18:50 -0500
commite72ef5b6cabe7f76f44ae22da8c92a20b8ef4c34 (patch)
tree58494330ddf9487974c1973fe7ff8b40d70ef8a6 /content/blog/2023-02-02-exploring-hare.org
parent214c9eb07eb78e9cc02d18790400240e01bd2baa (diff)
downloadcleberg.net-e72ef5b6cabe7f76f44ae22da8c92a20b8ef4c34.tar.gz
cleberg.net-e72ef5b6cabe7f76f44ae22da8c92a20b8ef4c34.tar.bz2
cleberg.net-e72ef5b6cabe7f76f44ae22da8c92a20b8ef4c34.zip
update git links
Diffstat (limited to 'content/blog/2023-02-02-exploring-hare.org')
-rw-r--r--content/blog/2023-02-02-exploring-hare.org7
1 files changed, 1 insertions, 6 deletions
diff --git a/content/blog/2023-02-02-exploring-hare.org b/content/blog/2023-02-02-exploring-hare.org
index e7ce0d0..a206ed6 100644
--- a/content/blog/2023-02-02-exploring-hare.org
+++ b/content/blog/2023-02-02-exploring-hare.org
@@ -50,14 +50,9 @@ page.
** Creating a Test Project
-In order to play with the language, I created [[https://github.com/ccleberg/learn-hare][hare-test]] and will be putting any
+In order to play with the language, I created [[https://git.sr.ht/~cyborg/learn-hare][hare-test]] and will be putting any
of my Hare-related adventures in here.
-#+begin_quote
-*Update:* I also created a simple Hare program for creating a file from user
-input: [[https://github.com/ccleberg/learn-hare/blob/main/files/files.ha][files.ha]]
-#+end_quote
-
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= and you can run a Hare program.