+1
Ahh. I think I wrote that assuming Pagure's Markdown renderer supported relative links in the same way that Github's does. I guess it doesn't though.
I did like the idea that this would refer you to a local file within the git checkout. For example imagine you have just cloned the git repo, and you think to yourself "hmm how do I run the tests for this thing again?" so you do less README.md. With a relative path it makes it obvious that you can just less docs/dev-guide.rst to find the command you want. Otherwise you have to open your the published docs in your browser.
less README.md
less docs/dev-guide.rst
Anyway... it's no big deal I guess.
:+1:
Related pagure issue: https://pagure.io/pagure/issue/2751
Pull-Request has been merged by lholecek