summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-10-07 19:06:22 +0100
committerMatthew Lemon <y@yulqen.org>2023-10-07 19:06:22 +0100
commit1aeb97a5a6d5201632ad485494ac7537755966ea (patch)
tree206a9013d6b303f57c6217791c47d335e356a195 /content
parent7b67d715b1f0ccabe4cdbaae85dda773f30bf58e (diff)
Fixes link to journalc
Diffstat (limited to 'content')
-rw-r--r--content/about/programming.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/about/programming.md b/content/about/programming.md
index 8a65c91..72cc490 100644
--- a/content/about/programming.md
+++ b/content/about/programming.md
@@ -56,7 +56,7 @@ I've changed my mind already and am back on Perl this week...
I taught myself some C++ in August 2023 and became quite fascinated with it.
After all the scare stories, I found it quite nice to program in, like a sort of Python-C hybrid, which makes sense I suppose.
-I wrote a [little grep-like program](https://github.com/yulqen/journal) in it to search through my journal files, and then decided to rewrite it [in C](https://github.com/yulqen/journalc) (see paragraph above).
+I wrote a [little grep-like program](https://github.com/yulqen/journal) in it to search through my journal files, and then decided to rewrite it [in C](https://git.sr.ht/~yulqen/journalc) (see paragraph above).
The C++ version took a couple of days, learning the language on the hoof.
The C version took about a week.
I understand more about memory management now and how things can blow up in C.