Skip to content

Fix relative links in README tab to point to GitHub#116

Open
tmimmanuel wants to merge 7 commits intoentrius:testfrom
tmimmanuel:fix/readme-relative-links
Open

Fix relative links in README tab to point to GitHub#116
tmimmanuel wants to merge 7 commits intoentrius:testfrom
tmimmanuel:fix/readme-relative-links

Conversation

@tmimmanuel
Copy link
Copy Markdown

@tmimmanuel tmimmanuel commented Mar 20, 2026

Summary

Rewrite relative links in rendered README markdown to resolve to the source GitHub repository instead of localhost. Relative hrefs (e.g. CONTRIBUTING.md, doc/developer-notes.md, doc) are prefixed with the correct GitHub blob URL.

Related Issues

Fixes #115

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Documentation
  • Other (describe below)

Checklist

  • New components are modularized/separated where sensible
  • Uses predefined theme (e.g. no hardcoded colors)
  • Responsive/mobile checked
  • Tested against the test API
  • npm run format and npm run lint:fix have been run
  • npm run build passes
  • Screenshots included for any UI/visual changes

Screenshots

Screencast.from.2026-03-20.20-06-08.webm

anderdc and others added 4 commits March 20, 2026 11:42
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: anderdc <alexanderdcastaneda@gmail.com>
@anderdc
Copy link
Copy Markdown
Collaborator

anderdc commented Mar 30, 2026

We need to still add MarkdownRenderer.tsx to the src/components/repositories/index.ts file

@tmimmanuel tmimmanuel requested a review from anderdc April 1, 2026 04:35
@anderdc
Copy link
Copy Markdown
Collaborator

anderdc commented Apr 1, 2026

please fix CI

@tmimmanuel
Copy link
Copy Markdown
Author

@anderdc I fixed the errors, plz review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Relative links in README tab resolve to gittensor.io instead of GitHub

3 participants