aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2023-02-02-exploring-hare.org
diff options
context:
space:
mode:
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.