Skip to content

Commit 4e1e540

Browse files
committed
Switch to 11.2 by default
1 parent 65b585d commit 4e1e540

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<meta charset="utf-8">
55
<title>Redirecting</title>
66
<noscript>
7-
<meta http-equiv="refresh" content="1; url=11.1/" />
7+
<meta http-equiv="refresh" content="1; url=11.2/" />
88
</noscript>
99
<script>
1010
window.location.replace(
11-
"11.1/" + window.location.search + window.location.hash
11+
"11.2/" + window.location.search + window.location.hash
1212
);
1313
</script>
1414
</head>
1515
<body>
16-
Redirecting to <a href="11.1/">11.1/</a>...
16+
Redirecting to <a href="11.2/">11.2/</a>...
1717
</body>
1818
</html>

0 commit comments

Comments
 (0)