docs: fix 3 broken internal links (incl. PR #61 split regression) #65
Reference in New Issue
Block a user
Delete Branch "docs/fix-broken-internal-links"
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?
Ran a full-doc internal-link scan; found and fixed 3 broken
/docs/...targets:/docs/architecture/technical→ 404 (8 backlinks) — regression from the PR #61 technical-doc split. All 8 sub-pages' "Part of the Comprehensive Technical Documentation" header linked to the folder root, which has no index page. Repointed to/docs/architecture/molecule-technical-doc(the real TOC index, HTTP 200)./docs/api→/docs/api-referenceinworkspace-auth-tokens.md(the page isapi-reference.mdx)./docs/infra/workspace-terminal— dead link in the April changelog archive; the guide never existed at that path. De-linked, kept the historical prose.Post-fix scan returns NONE.
npm run buildgreen.Verified: full-doc link scan clean, build green. Fixes the PR #61 split backlink 404. LGTM.