docs: fix broken link to tool renaming guide in README#2316
Open
marcelsafin wants to merge 1 commit intogithub:mainfrom
Open
docs: fix broken link to tool renaming guide in README#2316marcelsafin wants to merge 1 commit intogithub:mainfrom
marcelsafin wants to merge 1 commit intogithub:mainfrom
Conversation
The README references docs/deprecated-tool-aliases.md which does not exist. The correct file is docs/tool-renaming.md. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes a broken README documentation link by pointing the “tool renaming” note to the correct existing guide.
Changes:
- Update README link target from
docs/deprecated-tool-aliases.md(non-existent) todocs/tool-renaming.md - Update link text to “Tool Renaming” to match the document title
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix a broken documentation link in README.md that points to a non-existent file.
Why
README.md line 462 references
docs/deprecated-tool-aliases.mdwhich does not exist in the repository. The correct file isdocs/tool-renaming.md. Clicking the link currently results in a 404.Notably, the PR template itself (
.github/pull_request_template.mdline 41) already correctly links todocs/tool-renaming.md.What changed
docs/deprecated-tool-aliases.mdtodocs/tool-renaming.mdMCP impact
Prompts tested (tool changes only)
N/A — documentation-only change.
Security / limits
Tool renaming
Lint & tests
Docs