Skip to content

Fix dead relative link to versioning docs in bump-version skill - #1807

Merged
jeffhandley merged 1 commit into
modelcontextprotocol:mainfrom
latent-9:fix-versioning-doc-link
Aug 13, 2026
Merged

Fix dead relative link to versioning docs in bump-version skill#1807
jeffhandley merged 1 commit into
modelcontextprotocol:mainfrom
latent-9:fix-versioning-doc-link

Conversation

@latent-9

@latent-9 latent-9 commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

The bump-version skill links to the versioning policy with a relative path that does not exist:

[versioning documentation](../../../../docs/versioning.html)

From .github/skills/bump-version/references/, that resolves to docs/versioning.html at the repo root, and there is no such file. docs/ holds the DocFX sources (CONTRIBUTING.md: "This project uses DocFX to generate its conceptual and reference documentation"), so .html is build output that never gets committed. The only file there is docs/versioning.md, so the link 404s on GitHub.

The .html extension looks like it was copied from line 7 of the same file, which correctly uses the absolute site URL https://csharp.sdk.modelcontextprotocol.io/versioning.html. That line is left untouched.

Two other skill files already refer to the policy by its repo path, both writing it as docs/versioning.md:

  • .github/skills/breaking-changes/references/classification.md:68
  • .github/skills/prepare-release/SKILL.md:183

Only the relative link is changed.

@jeffhandley jeffhandley left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jeffhandley
jeffhandley merged commit 149c5c4 into modelcontextprotocol:main Aug 13, 2026
4 checks passed
@jeffhandley jeffhandley mentioned this pull request Aug 13, 2026
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.

2 participants