Skip to content

docs(readme): fix dead scoring link#1468

Merged
anderdc merged 2 commits into
entrius:testfrom
plind-junior:docs/readme-scoring-link
Jun 15, 2026
Merged

docs(readme): fix dead scoring link#1468
anderdc merged 2 commits into
entrius:testfrom
plind-junior:docs/readme-scoring-link

Conversation

@plind-junior

Copy link
Copy Markdown
Contributor

Summary

README.md line 98 currently points to https://docs.gittensor.io/scoring.html, which returns a 404. The scoring guide moved to oss-contributions.html at some point and the README link was not updated.

This is a one-character path change so the "See full guide" link in the Scoring section resolves again.

Verification

$ curl -sI https://docs.gittensor.io/scoring.html         | head -1
HTTP/2 404
$ curl -sI https://docs.gittensor.io/oss-contributions.html | head -1
HTTP/2 200

Related Issues

N/A

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Documentation
  • Other

Testing

  • Manual: both URLs probed with curl -I (live results above).
  • No code changes; pyright / ruff / pytest unaffected.

Checklist

  • Code follows project style guidelines
  • Self-review completed
  • Changes are documented (if applicable)

@xiao-xiao-mao xiao-xiao-mao Bot added the bug Something isn't working label Jun 10, 2026
@anderdc anderdc merged commit 1c813f5 into entrius:test Jun 15, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants