You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relative links rendered in the README tab on the repository page incorrectly resolve to localhost paths instead of pointing to the corresponding GitHub URLs.
Steps to Reproduce
Open https://gittensor.io/miners/repository?name=bitcoin%2Fbitcoin
Navigate to the Readme tab
Click on any relative link in the rendered README (e.g. CONTRIBUTING.md, doc/developer-notes.md, or doc)
Expected Behavior
Relative links should resolve to the source GitHub repository:
This affects all relative links in README content. Absolute links (https://...) and anchor links (#...) are unaffected. The fix should rewrite relative hrefs to prefix them with the GitHub blob URL for the repository.
Description
Relative links rendered in the README tab on the repository page incorrectly resolve to localhost paths instead of pointing to the corresponding GitHub URLs.
Steps to Reproduce
https://gittensor.io/miners/repository?name=bitcoin%2FbitcoinCONTRIBUTING.md,doc/developer-notes.md, ordoc)Expected Behavior
Relative links should resolve to the source GitHub repository:
CONTRIBUTING.md→https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.mddoc/developer-notes.md→https://github.com/bitcoin/bitcoin/blob/master/doc/developer-notes.mddoc→https://github.com/bitcoin/bitcoin/blob/master/docActual Behavior
Relative links resolve to gittensor.io paths:
CONTRIBUTING.md→https://gittensor.io/miners/CONTRIBUTING.mddoc/developer-notes.md→https://gittensor.io/miners/doc/developer-notes.mddoc→https://gittensor.io/docEnvironment
Additional Context
This affects all relative links in README content. Absolute links (
https://...) and anchor links (#...) are unaffected. The fix should rewrite relative hrefs to prefix them with the GitHub blob URL for the repository.Screencast.from.2026-03-20.20-04-26.webm
This also happens in
Contributingtab.