docs: fix link rot — Gitea URL conventions, broken PR links, stale external URLs #21
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "docs/link-rot-fix-2026-05-11"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Weekly link rot audit (2026-05-11). Three categories of fixes:
1. Gitea URL convention fixes
All changelog entries used GitHub-style
/pull/<n>URLs. Gitea uses/pulls/<n>. Bulk-corrected 100+ links across the changelog. All corrected links verified 200 before commit.2. Private repo / deleted PR links stripped
landingpagerepo is private. Stripped broken links tolandingpagePRs #2–#5 from historical changelog entries. PR descriptions preserved as plain text.3. Migration guide file link corrections
migration/a2a-sdk-v0-to-v1.mdx: GitHub-styleblob/main/URLs → Giteasrc/branch/format forworkspace/main.py,conftest.py,pyproject.toml.4. External URL redirect
docs.anthropic.com→https://platform.claude.com/docs/(301→200)⚠️ Escalation:
api.moleculesai.appreturns 404Referenced in three public docs files as the SaaS API base URL:
index.mdx— "API: api.moleculesai.app — control plane REST API"api-reference.mdx— "SaaS: https://api.moleculesai.app"architecture.mdx— infrastructure tablepartner-api-keys.mdx— curl examplesThis URL returns 404. All other
*.moleculesai.appsubdomains (app,doc,status) are live. Please advise whether this is a deployment issue (API temporarily down) or documentation error (URL changed). Flagging PM separately.Test plan
/pull/links remain in changelogplatform.claude.com/docs/returns 200🤖 Generated with Claude Code