fix(citations): repair 5 drifted links in performance - #147
Draft
jdevalk wants to merge 1 commit into
Draft
Conversation
MDN reorganised its CSS and HTTP reference trees; Chrome for Developers moved /articles/ under /docs/css-ui/. Five citations in the performance category still pointed at the old paths. Resolved each current canonical URL through the MDN MCP server. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Deploying specification-website with
|
| Latest commit: |
6a80c0e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d1a04d91.specification-website.pages.dev |
| Branch Preview URL: | https://fix-performance-citation-dri-x5eg.specification-website.pages.dev |
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.
What changed
Five source URLs in the
performancecategory pointed at paths that have since moved. Each replacement was resolved through the MDN MCP server (or followed to its redirect target for the Chrome one), so these are the current canonical URLs, not guesses.font-loadingWeb/CSS/@font-faceWeb/CSS/Reference/At-rules/@font-facefont-loadingWeb/CSS/@font-face/font-displayWeb/CSS/Reference/At-rules/@font-face/font-displayscroll-driven-animationsWeb/CSS/CSS_scroll-driven_animationsWeb/CSS/Guides/Scroll-driven_animationsscroll-driven-animationsdeveloper.chrome.com/articles/scroll-driven-animationsdeveloper.chrome.com/docs/css-ui/scroll-driven-animationscache-controlWeb/HTTP/CachingWeb/HTTP/Guides/CachingWhy now
Daily standards scan, 2026-08-01. The rotating citation slice covered
performanceandseothis run. MDN has grown aReference/layer underWeb/CSSand aGuides/layer underWeb/HTTPandWeb/CSS— the same reorg that produced #129, #130 and #135. All 30-oddseocitations checked clean; these five were the only misses.The old URLs still resolve via redirect rather than 404, so nothing was visibly broken — but a redirect is a citation one reorg away from being dead, and the point of citing a primary reference is that the link keeps pointing at the thing.
Sources
Current canonical paths per the MDN MCP server; the Chrome page's own redirect target.
Status
No status changes. Citation-only repair, so no changelog entry (per CLAUDE.md).
updatedbumped on all three pages.npm run buildpasses.🤖 Generated with Claude Code