We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3196d8 commit a860a24Copy full SHA for a860a24
spec/1.2/spec.html
@@ -1,10 +1,11 @@
1
<html>
2
<head>
3
+<meta http-equiv="refresh" content="2; url=/spec/1.2.2/" />
4
<script>
5
var m;
6
var href = window.location.href;
7
- if (m = href.match(/\/spec\/1\.2\/?(?:spec\.html)?(#[a-z].+)/)) {
8
+ if (m = href.match(/\/spec\/1\.2\/?(?:spec\.html|index\.html)?(#[a-z].+)/)) {
9
window.location.href = `/spec/1.2-old/spec.html${m[1]}`;
10
}
11
else {
0 commit comments