diff options
| author | Christian Cleberg <[email protected]> | 2024-10-21 18:11:28 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-10-21 18:11:28 -0500 |
| commit | 7b6cf3f194c3e026c9584daeb2332a2c12f26fc3 (patch) | |
| tree | 3455bf0f932c400ec7a6793dfb11aa49bf26f627 /content/blog/2023-02-02-exploring-hare.org | |
| parent | 76d68acf0c67e42b248144300ee9abd536bd8a01 (diff) | |
| download | cleberg.net-7b6cf3f194c3e026c9584daeb2332a2c12f26fc3.tar.gz cleberg.net-7b6cf3f194c3e026c9584daeb2332a2c12f26fc3.tar.bz2 cleberg.net-7b6cf3f194c3e026c9584daeb2332a2c12f26fc3.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 |
