Skip to content

Commit cc1b08d

Browse files
Temporary fix for w3c.github.io redirect breakage
See mdn/content#26613. The change made in 52077ef broke all links to CSS specs in all MDN CSS articles. This is an attempt to get all those links unbroken temporarily until we can find a better fix.
1 parent 8523f13 commit cc1b08d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
2+
<body onload='(function() {
3+
const path = location.path ? location.path : "";
4+
const hash = location.hash ? location.hash : "";
5+
location.href = `https://drafts.csswg.org/${path}${hash}`;
6+
})()'>

0 commit comments

Comments
 (0)