aboutsummaryrefslogtreecommitdiff
path: root/content/blog
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog')
-rw-r--r--content/blog/2022-06-22-daily-poetry.md2
-rw-r--r--content/blog/2022-12-23-alpine-desktop.md2
-rw-r--r--content/blog/2023-02-02-exploring-hare.md4
3 files changed, 4 insertions, 4 deletions
diff --git a/content/blog/2022-06-22-daily-poetry.md b/content/blog/2022-06-22-daily-poetry.md
index 126df0b..b2e9436 100644
--- a/content/blog/2022-06-22-daily-poetry.md
+++ b/content/blog/2022-06-22-daily-poetry.md
@@ -9,7 +9,7 @@ draft = false
I don't want to bury the lede here, so if you'd like to see the full source code
I use to email myself plaintext poems daily, visit the repository:
-[daily-poem.git](https://git.sr.ht/~cyborg/daily-poem).
+[daily-poem.git](https://github.com/ccleberg/daily-poem).
# My Daily Dose of Poetry
diff --git a/content/blog/2022-12-23-alpine-desktop.md b/content/blog/2022-12-23-alpine-desktop.md
index 810f71d..4148082 100644
--- a/content/blog/2022-12-23-alpine-desktop.md
+++ b/content/blog/2022-12-23-alpine-desktop.md
@@ -169,7 +169,7 @@ doas apk add brightnessctl \ # Brightness controller
From here, I use my Syncthing storage to pull all the configuration files I
stored from prior desktops, such as [my
-dotfiles](https://git.sr.ht/~cmc/dotfiles).
+dotfiles](https://github.com/ccleberg/dotfiles).
# Resolving Issues
diff --git a/content/blog/2023-02-02-exploring-hare.md b/content/blog/2023-02-02-exploring-hare.md
index 4368fdf..7e34e17 100644
--- a/content/blog/2023-02-02-exploring-hare.md
+++ b/content/blog/2023-02-02-exploring-hare.md
@@ -48,12 +48,12 @@ Installation](https://harelang.org/installation/) page.
## Creating a Test Project
In order to play with the language, I created
-[hare-test](https://git.sr.ht/~cmc/hare-projects) and will be putting any of my
+[hare-test](https://github.com/ccleberg/daily-poem/learning-hare) and will be putting any of my
Hare-related adventures in here.
> **Update:** I also created a simple Hare program for creating a file from user
> input:
-> [files.ha](https://git.sr.ht/~cmc/hare-projects/tree/main/item/files/files.ha)
+> [files.ha](hhttps://github.com/ccleberg/learning-hare/blob/main/files/files.ha)
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`