Skip to content

fix(docs-sync): rewrite changelog migration links to hosted site pages#115

Merged
helloiamvu merged 1 commit into
mainfrom
fix/changelog-migration-links
Jul 10, 2026
Merged

fix(docs-sync): rewrite changelog migration links to hosted site pages#115
helloiamvu merged 1 commit into
mainfrom
fix/changelog-migration-links

Conversation

@helloiamvu

Copy link
Copy Markdown
Member

The changelog sync step copies CHANGELOG.md verbatim, so repo-relative docs/migration-X.Y.md link targets 404 on https://mostlyright.md/docs/sdk/changelog/. This adds a sed to the existing transformation pipeline that rewrites parenthesized markdown link targets to the landing site's hosted pages (/docs/sdk/migration/vXY/) — e.g. (docs/migration-1.15.md)(/docs/sdk/migration/v115/). Inline-code display text is untouched.

Verified locally against the current CHANGELOG.md: 3 link targets rewritten (v115/v114/v113), prose mentions unchanged. Companion PR in the landing repo adds the missing v114 migration page so all three targets resolve. After merge I'll re-run the workflow via workflow_dispatch (tag v1.15.0) to refresh the live page.

🤖 Generated with Claude Code

…sdk/migration/vXY/ pages

CHANGELOG.md links docs/migration-X.Y.md repo-relatively; copied verbatim
into the landing changelog.mdx those 404 on mostlyright.md. Rewrite only
the parenthesized markdown link targets in the sync pipeline; inline-code
display text is untouched.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@helloiamvu helloiamvu requested a review from Tarabcak July 10, 2026 07:28
@github-actions

Copy link
Copy Markdown

Parity ticket gate: PASSED

parity-ticket-check: PR does not touch parity-trigger surface; gate skipped.

See CROSS-SDK-SYNC.md §2 for the workflow.

@helloiamvu helloiamvu merged commit 3dcb9d5 into main Jul 10, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant