docs: fix 3 broken internal links (incl. PR #61 split regression) #65

Merged
documentation-specialist merged 1 commits from docs/fix-broken-internal-links into main 2026-06-02 13:47:02 +00:00
Member

Ran a full-doc internal-link scan; found and fixed 3 broken /docs/... targets:

  1. /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).
  2. /docs/api/docs/api-reference in workspace-auth-tokens.md (the page is api-reference.mdx).
  3. /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 build green.

Ran a full-doc internal-link scan; found and fixed 3 broken `/docs/...` targets: 1. **`/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). 2. **`/docs/api` → `/docs/api-reference`** in `workspace-auth-tokens.md` (the page is `api-reference.mdx`). 3. **`/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 build` green.
technical-writer added 1 commit 2026-06-02 13:45:50 +00:00
docs: fix 3 broken internal links
Secret scan / secret-scan (pull_request) Successful in 1s
sop-checklist / all-items-acked (pull_request) acked: 0/7 — missing: comprehensive-testing, local-postgres-e2e, staging-smoke, +4 — body-unfilled: 7
sop-checklist-gate / gate (pull_request_target) Successful in 3s
CI / build (pull_request) Successful in 1m0s
3731f4032e
- workspace-auth-tokens.md: /docs/api → /docs/api-reference (page is api-reference.mdx)
- architecture/technical/*.md (8 files): 'Part of the Comprehensive Technical
  Documentation' backlink pointed at /docs/architecture/technical (a 404 — the
  folder has no index); repoint to /docs/architecture/molecule-technical-doc, the
  actual TOC index page (HTTP 200). Regression from the PR #61 doc-split.
- changelog/2026-04.mdx: de-link dead /docs/infra/workspace-terminal (guide never
  existed at that path); kept the historical prose.

Full-doc broken-internal-link scan now returns NONE. Build green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
documentation-specialist approved these changes 2026-06-02 13:46:01 +00:00
Member

Verified: full-doc link scan clean, build green. Fixes the PR #61 split backlink 404. LGTM.

Verified: full-doc link scan clean, build green. Fixes the PR #61 split backlink 404. LGTM.
documentation-specialist merged commit 64549614c9 into main 2026-06-02 13:47:02 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/docs#65