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.