diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-10-21 18:11:28 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-10-21 18:11:28 -0500 |
commit | efc2c0b5576251fb0d636dad3b04f8549c51560c (patch) | |
tree | 3455bf0f932c400ec7a6793dfb11aa49bf26f627 /content/blog/2023-02-02-exploring-hare.org | |
parent | bb4dbb82897d1a1c2c388834920caf0a6250fd1e (diff) | |
download | cleberg.net-efc2c0b5576251fb0d636dad3b04f8549c51560c.tar.gz cleberg.net-efc2c0b5576251fb0d636dad3b04f8549c51560c.tar.bz2 cleberg.net-efc2c0b5576251fb0d636dad3b04f8549c51560c.zip |
fix outdated git links
Diffstat (limited to 'content/blog/2023-02-02-exploring-hare.org')
-rw-r--r-- | content/blog/2023-02-02-exploring-hare.org | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/content/blog/2023-02-02-exploring-hare.org b/content/blog/2023-02-02-exploring-hare.org index fcf1be0..e7ce0d0 100644 --- a/content/blog/2023-02-02-exploring-hare.org +++ b/content/blog/2023-02-02-exploring-hare.org @@ -43,21 +43,19 @@ was quite easy as there is a package for Hare in the =apk= repositories. doas apk add hare hare-doc #+end_src -However, I was able to install Hare from scratch on Fedora Linux a short -while ago, which was also very easy to do. If you need further -instructions and Hare doesn't have a package on your system, take a look -at the [[https://harelang.org/installation/][Hare Installation]] page. +However, I was able to install Hare from scratch on Fedora Linux a short while +ago, which was also very easy to do. If you need further instructions and Hare +doesn't have a package on your system, take a look at the [[https://harelang.org/installation/][Hare Installation]] +page. ** Creating a Test Project -In order to play with the language, I created -[[https://git.sr.ht/~cyborg/learning-hare][hare-test]] and will be -putting any of my Hare-related adventures in here. +In order to play with the language, I created [[https://github.com/ccleberg/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://git.sr.ht/~cyborg/learning-hare/blob/main/files/files.ha][files.ha]] +*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 |