From 6a80c0ee03bad43801b225c0d2642fd8a56d01f8 Mon Sep 17 00:00:00 2001 From: Joost de Valk Date: Sat, 1 Aug 2026 08:08:37 +0200 Subject: [PATCH] fix(citations): repair 5 drifted links in performance 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) --- src/content/spec/performance/cache-control.md | 4 ++-- src/content/spec/performance/font-loading.md | 6 +++--- src/content/spec/performance/scroll-driven-animations.md | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/content/spec/performance/cache-control.md b/src/content/spec/performance/cache-control.md index 5e0f84ab..7a767d57 100644 --- a/src/content/spec/performance/cache-control.md +++ b/src/content/spec/performance/cache-control.md @@ -7,7 +7,7 @@ status: required order: 50 appliesTo: [all] relatedSlugs: [compression, core-web-vitals, no-vary-search, conditional-requests, compression-dictionary-transport] -updated: "2026-06-08T20:15:00.000Z" +updated: "2026-08-01T00:00:00.000Z" sources: - title: "RFC 9111 — HTTP Caching" url: "https://www.rfc-editor.org/rfc/rfc9111" @@ -19,7 +19,7 @@ sources: url: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cache-Control" publisher: "MDN" - title: "MDN — HTTP caching" - url: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching" + url: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Caching" publisher: "MDN" - title: "MDN — Vary" url: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Vary" diff --git a/src/content/spec/performance/font-loading.md b/src/content/spec/performance/font-loading.md index c8967084..275c1fbf 100644 --- a/src/content/spec/performance/font-loading.md +++ b/src/content/spec/performance/font-loading.md @@ -7,16 +7,16 @@ status: recommended order: 70 appliesTo: [all] relatedSlugs: [preload-prefetch-preconnect, critical-css, core-web-vitals, text-wrap] -updated: "2026-05-29T20:27:54.000Z" +updated: "2026-08-01T00:00:00.000Z" sources: - title: "MDN — @font-face" - url: "https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face" + url: "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/At-rules/@font-face" publisher: "MDN" - title: "web.dev — Best practices for fonts" url: "https://web.dev/articles/font-best-practices" publisher: "web.dev" - title: "MDN — font-display" - url: "https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display" + url: "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/At-rules/@font-face/font-display" publisher: "MDN" - title: "web.dev — Avoid invisible text during font loading" url: "https://web.dev/articles/avoid-invisible-text" diff --git a/src/content/spec/performance/scroll-driven-animations.md b/src/content/spec/performance/scroll-driven-animations.md index 905742e6..6bd80e62 100644 --- a/src/content/spec/performance/scroll-driven-animations.md +++ b/src/content/spec/performance/scroll-driven-animations.md @@ -7,19 +7,19 @@ status: optional order: 125 appliesTo: [all] relatedSlugs: [view-transitions, core-web-vitals, visibility-aware-rendering, reduced-motion] -updated: "2026-05-29T16:40:22.000Z" +updated: "2026-08-01T00:00:00.000Z" sources: - title: "CSS Scroll-driven Animations Module Level 1" url: "https://drafts.csswg.org/scroll-animations-1/" publisher: "W3C" - title: "MDN — CSS scroll-driven animations" - url: "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_scroll-driven_animations" + url: "https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Scroll-driven_animations" publisher: "MDN" - title: "MDN — animation-timeline" url: "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/animation-timeline" publisher: "MDN" - title: "Chrome for Developers — Scroll-driven animations" - url: "https://developer.chrome.com/articles/scroll-driven-animations" + url: "https://developer.chrome.com/docs/css-ui/scroll-driven-animations" publisher: "Google" ---