Open ridamadara opened 1 year ago
See docs/index.txt for where these links come from; it's happening because we're including ../README.rst
A possible resolution might be to replace the include with a different bit of text.
In this section of the README.rst, it's important to note that AUTHORS and
Please keep this URLs relative - they shouldn't go to GitHub when dulwich' README is displayed elsewhere, and if you're viewing them in another branch it shouldn't take you back to master.
To address this concern, we can create a new file specifically for the website that mirrors the README content. Within this file, we'll include URLs specifically redirected to the master branch. This way, when users visit the documentation on the website, the URLs will work as intended.
That sounds good
On the Dulwich documentation website (https://www.dulwich.io/docs/), within the "Overview" section, there is a problem with two hyperlinks that are currently leading users to the incorrect locations:
I am interested in contributing to this issue by rectifying these hyperlinks.