Fix broken internal cross-reference links#30
Merged
singhsanjay12 merged 3 commits intomainfrom Feb 19, 2026
Merged
Conversation
Both posts used /posts/<slug> which doesn't match the site's permalink format /:year/:month/:day/:title.html, causing 404s on click. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Scans all _posts/*.md for internal Markdown links and verifies each resolves to an actual file in _site/. Prevents broken cross-post references from reaching production undetected. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Previously assets were skipped. Now checks: - Front matter image.path (hero SVGs) - In-body image embeds  - Cross-post links (already checked before) 13 paths total verified against _site/ on every build. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/posts/<slug>— updated to/2026/01/12/health-checks-client-vs-server-side-lb.html/posts/<slug>— updated to/2026/02/18/dns-the-silent-killer-of-distributed-systems.htmlThe site's permalink format is
/:year/:month/:day/:title.html, so the/posts/prefix was always a 404.Testing Done
_site/