Skip to content

Update 25+ stale documentation URLs to new canonical domains#30636

Open
miraexhoi wants to merge 1 commit into
anthropics:mainfrom
miraexhoi:docs/update-stale-urls
Open

Update 25+ stale documentation URLs to new canonical domains#30636
miraexhoi wants to merge 1 commit into
anthropics:mainfrom
miraexhoi:docs/update-stale-urls

Conversation

@miraexhoi

@miraexhoi miraexhoi commented Mar 4, 2026

Copy link
Copy Markdown

Summary

  • Replace all docs.anthropic.com/en/docs/claude-code/*code.claude.com/docs/en/* (2 files)
  • Replace all docs.claude.com/en/docs/claude-code/*code.claude.com/docs/en/* (8 files)
  • Replace all docs.claude.com/en/api/agent-sdk/*platform.claude.com/docs/en/agent-sdk/* (5 files)
  • Update plugins/README.md install instructions from deprecated npm install -g to native curl method

Motivation

All Claude Code documentation has migrated to code.claude.com/docs and Agent SDK docs to platform.claude.com/docs. The old URLs currently return 301 redirects, but
canonical URLs should be used for:

  • Faster page loads (no redirect hops)
  • Future-proofing (redirects may be removed)
  • Consistency with the rest of the codebase (e.g., README.md already uses code.claude.com)

Changed files (12)

File Change
examples/hooks/bash_command_validator_example.py docs.anthropic.comcode.claude.com
.github/ISSUE_TEMPLATE/documentation.yml docs.anthropic.comcode.claude.com
.github/ISSUE_TEMPLATE/config.yml docs.claude.comcode.claude.com
plugins/README.md URLs + npm install → curl
plugins/explanatory-output-style/README.md docs.claude.comcode.claude.com
plugins/learning-output-style/README.md docs.claude.comcode.claude.com
plugins/plugin-dev/skills/hook-development/SKILL.md docs.claude.comcode.claude.com
plugins/plugin-dev/skills/mcp-integration/SKILL.md docs.claude.comcode.claude.com
plugins/agent-sdk-dev/README.md docs.claude.complatform.claude.com
plugins/agent-sdk-dev/commands/new-sdk-app.md docs.claude.complatform.claude.com
plugins/agent-sdk-dev/agents/agent-sdk-verifier-py.md docs.claude.complatform.claude.com
plugins/agent-sdk-dev/agents/agent-sdk-verifier-ts.md docs.claude.complatform.claude.com

Note

CHANGELOG.md contains one docs.anthropic.com reference in a past release entry — intentionally left unchanged to preserve historical accuracy.

Test plan

  • Verified no docs.claude.com references remain (except CHANGELOG)
  • Verify each replacement URL resolves correctly (no 404s)

Closes #30628

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>
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.

[DOCS] 25+ stale documentation URLs reference old domains across repository

1 participant