mirror of
https://github.com/zebbern/claude-code-guide.git
synced 2026-08-30 18:32:04 +08:00
Update outdated links in sync-release-notes workflow
Co-authored-by: zebbern <185730623+zebbern@users.noreply.github.com>
This commit is contained in:
@@ -55,10 +55,10 @@ jobs:
|
||||
# Source URLs mapped to destination filenames
|
||||
declare -A FILES=(
|
||||
["https://raw.githubusercontent.com/anthropics/claude-code/main/CHANGELOG.md"]="CHANGELOG.md"
|
||||
["https://docs.anthropic.com/claude/docs/releases/api"]="api.md"
|
||||
["https://docs.anthropic.com/claude/docs/releases/claude-apps"]="claude-apps.md"
|
||||
["https://docs.anthropic.com/claude/docs/releases/system-prompts"]="system-prompts.md"
|
||||
["https://docs.anthropic.com/claude/docs/releases/claude-code"]="claude-code.md"
|
||||
["https://docs.anthropic.com/en/release-notes/api"]="api.md"
|
||||
["https://docs.anthropic.com/en/release-notes/claude-apps"]="claude-apps.md"
|
||||
["https://docs.anthropic.com/en/release-notes/system-prompts"]="system-prompts.md"
|
||||
["https://code.claude.com/docs/en/overview.md"]="claude-code.md"
|
||||
)
|
||||
|
||||
# Function to download with retries
|
||||
|
||||
Reference in New Issue
Block a user