Update 25+ stale documentation URLs to new canonical domains#30636
Open
miraexhoi wants to merge 1 commit into
Open
Update 25+ stale documentation URLs to new canonical domains#30636miraexhoi wants to merge 1 commit into
miraexhoi wants to merge 1 commit into
Conversation
Replace outdated docs.anthropic.com and docs.claude.com URLs with their new canonical equivalents across 12 files: - docs.anthropic.com/en/docs/claude-code/* → code.claude.com/docs/en/* - docs.claude.com/en/docs/claude-code/* → code.claude.com/docs/en/* - docs.claude.com/en/api/agent-sdk/* → platform.claude.com/docs/en/agent-sdk/* Also update plugins/README.md install instructions from deprecated npm install to native curl method. Closes anthropics#30628 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Mar 5, 2026
This was referenced Mar 12, 2026
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
docs.anthropic.com/en/docs/claude-code/*→code.claude.com/docs/en/*(2 files)docs.claude.com/en/docs/claude-code/*→code.claude.com/docs/en/*(8 files)docs.claude.com/en/api/agent-sdk/*→platform.claude.com/docs/en/agent-sdk/*(5 files)plugins/README.mdinstall instructions from deprecatednpm install -gto nativecurlmethodMotivation
All Claude Code documentation has migrated to
code.claude.com/docsand Agent SDK docs toplatform.claude.com/docs. The old URLs currently return 301 redirects, butcanonical URLs should be used for:
README.mdalready usescode.claude.com)Changed files (12)
examples/hooks/bash_command_validator_example.pydocs.anthropic.com→code.claude.com.github/ISSUE_TEMPLATE/documentation.ymldocs.anthropic.com→code.claude.com.github/ISSUE_TEMPLATE/config.ymldocs.claude.com→code.claude.complugins/README.mdplugins/explanatory-output-style/README.mddocs.claude.com→code.claude.complugins/learning-output-style/README.mddocs.claude.com→code.claude.complugins/plugin-dev/skills/hook-development/SKILL.mddocs.claude.com→code.claude.complugins/plugin-dev/skills/mcp-integration/SKILL.mddocs.claude.com→code.claude.complugins/agent-sdk-dev/README.mddocs.claude.com→platform.claude.complugins/agent-sdk-dev/commands/new-sdk-app.mddocs.claude.com→platform.claude.complugins/agent-sdk-dev/agents/agent-sdk-verifier-py.mddocs.claude.com→platform.claude.complugins/agent-sdk-dev/agents/agent-sdk-verifier-ts.mddocs.claude.com→platform.claude.comNote
CHANGELOG.mdcontains onedocs.anthropic.comreference in a past release entry — intentionally left unchanged to preserve historical accuracy.Test plan
docs.claude.comreferences remain (except CHANGELOG)Closes #30628