From 26a1e02a2aeb5e185400bbc55fa177f1c367364b Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sun, 14 May 2023 14:10:49 -0400 Subject: [PATCH] about.md: fix link to non-existing minrss post --- pages/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/about.md b/pages/about.md index c682dfa..a6c5531 100644 --- a/pages/about.md +++ b/pages/about.md @@ -13,7 +13,7 @@ In 2021's contest, I got a score of 48/75 in the senior division. [Here's](https In my free time I do programming projects, some of which have have full articles in my blog. -#### [minrss](/minrss) +#### [minrss](https://github.com/dogeystamp/minrss) This is a minimal RSS/Atom feed reader I made using C. It relies mostly on libcurl for multi-threaded downloads of RSS feeds, and libxml2 for XML parsing.