Skip to content

Conversation

@tommaso-moro
Copy link
Contributor

Summary

Updates all relative docs links to be absolute instead, in order to fix the issue described here: #1705

Why

Fixes #1705

What changed

  • all relative links are made absolute

MCP impact

  • No tool or API changes
  • Tool schema or behavior changed
  • New tool added

Prompts tested (tool changes only)

Security / limits

  • No security or limits impact
  • Auth / permissions considered
  • Data exposure, filtering, or token/size limits considered

Tool renaming

  • I am renaming tools as part of this PR (e.g. a part of a consolidation effort)
    • I have added the new tool aliases in deprecated_tool_aliases.go
  • I am not renaming tools as part of this PR

Note: 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

  • Linted locally with ./script/lint
  • Tested locally with ./script/test

Docs

  • Not needed
  • Updated (README / docs / examples)

Copilot AI review requested due to automatic review settings January 5, 2026 18:09
@tommaso-moro tommaso-moro requested a review from a team as a code owner January 5, 2026 18:09
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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

@tommaso-moro tommaso-moro changed the title Update all relative paths to be absolute Update all relative links in docs to be absolute Jan 5, 2026
@tommaso-moro
Copy link
Contributor Author

closing for now as it should be fixed on the registry side

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.

Update docs with better guidance for configuring additional toolsets

3 participants