about.md: fix link to non-existing minrss post

This commit is contained in:
dogeystamp 2023-05-14 14:10:49 -04:00
parent ce82d1b40b
commit 26a1e02a2a
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -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.