Skip to content

Commit c88b5b0

Browse files
fsilvaortizclaude
andcommitted
fix: update Claude Code install URL to canonical domain
The previous URL (docs.anthropic.com/en/docs/claude-code/setup) returns a 301 redirect to the new canonical URL at code.claude.com/docs/en/setup. Closes #1432 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d8db9c8 commit c88b5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/specify_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def _format_rate_limit_error(status_code: int, headers: httpx.Headers, url: str)
136136
"name": "Claude Code",
137137
"folder": ".claude/",
138138
"commands_subdir": "commands",
139-
"install_url": "https://docs.anthropic.com/en/docs/claude-code/setup",
139+
"install_url": "https://code.claude.com/docs/en/setup",
140140
"requires_cli": True,
141141
},
142142
"gemini": {

0 commit comments

Comments
 (0)