diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-01-06 17:38:57 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-01-06 17:38:57 -0600 |
commit | 3f874d55f59ac93ea7262b047c3d4a16c4001420 (patch) | |
tree | 3790e69b1fe3d8d94812df5cd46e817c87c07cc9 /content/blog/2023-02-02-exploring-hare.org | |
parent | 9289d8182d967c90bf49530bbb2693af07607f24 (diff) | |
download | cleberg.net-3f874d55f59ac93ea7262b047c3d4a16c4001420.tar.gz cleberg.net-3f874d55f59ac93ea7262b047c3d4a16c4001420.tar.bz2 cleberg.net-3f874d55f59ac93ea7262b047c3d4a16c4001420.zip |
update git links...again
Diffstat (limited to 'content/blog/2023-02-02-exploring-hare.org')
-rw-r--r-- | content/blog/2023-02-02-exploring-hare.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/2023-02-02-exploring-hare.org b/content/blog/2023-02-02-exploring-hare.org index e7ce0d0..4ae339a 100644 --- a/content/blog/2023-02-02-exploring-hare.org +++ b/content/blog/2023-02-02-exploring-hare.org @@ -50,12 +50,12 @@ 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]] +input: [[https://git.sr.ht/~cyborg/learn-hare/tree/main/item/files/files.ha][files.ha]] #+end_quote Luckily, Hare doesn't require any complex set-up tools or build |