Update all relative links in docs to be absolute#1744
Closed
tommaso-moro wants to merge 1 commit intomainfrom
Closed
Update all relative links in docs to be absolute#1744tommaso-moro wants to merge 1 commit intomainfrom
tommaso-moro wants to merge 1 commit intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR converts all relative documentation links to absolute GitHub URLs to fix rendering issues when documentation is viewed outside the repository context (issue #1705). The changes ensure that all internal documentation links work correctly regardless of where they are viewed.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/tool-renaming.md | Updated link to deprecated_tool_aliases.go from relative to absolute |
| docs/testing.md | Updated links to e2e/ directory and e2e/README.md from relative to absolute |
| docs/server-configuration.md | Updated multiple links to README.md sections, installation guides, and other docs from relative to absolute |
| docs/scope-filtering.md | Updated links to remote-server.md, server-configuration.md, and README.md from relative to absolute |
| docs/remote-server.md | Updated links to server-configuration.md and README.md sections from relative to absolute |
| docs/installation-guides/install-other-copilot-ides.md | Updated link to README.md installation section from relative to absolute |
| docs/installation-guides/install-gemini-cli.md | Updated link to main README.md from relative to absolute |
| docs/installation-guides/install-codex.md | Updated links to README.md sections from relative to absolute |
| docs/installation-guides/install-antigravity.md | Updated links to README.md and other documentation files from relative to absolute |
| docs/installation-guides/README.md | Updated all links to installation guide files and README.md from relative to absolute |
| README.md | Updated links to installation guides, server configuration, and LICENSE from relative to absolute |
| CONTRIBUTING.md | Updated links to CODE_OF_CONDUCT.md and tool documentation from relative to absolute |
IrynaKulakova
approved these changes
Jan 6, 2026
Contributor
Author
|
closing for now as it should be fixed on the registry side |
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
Updates all relative docs links to be absolute instead, in order to fix the issue described here: #1705
Why
Fixes #1705
What changed
MCP impact
Prompts tested (tool changes only)
Security / limits
Tool renaming
deprecated_tool_aliases.goNote: if you're renaming tools, you must add the tool aliases. For more information on how to do so, please refer to the official docs.
Lint & tests
./script/lint./script/testDocs