We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b585d commit 4e1e540Copy full SHA for 4e1e540
index.html
@@ -4,15 +4,15 @@
4
<meta charset="utf-8">
5
<title>Redirecting</title>
6
<noscript>
7
- <meta http-equiv="refresh" content="1; url=11.1/" />
+ <meta http-equiv="refresh" content="1; url=11.2/" />
8
</noscript>
9
<script>
10
window.location.replace(
11
- "11.1/" + window.location.search + window.location.hash
+ "11.2/" + window.location.search + window.location.hash
12
);
13
</script>
14
</head>
15
<body>
16
- Redirecting to <a href="11.1/">11.1/</a>...
+ Redirecting to <a href="11.2/">11.2/</a>...
17
</body>
18
</html>
0 commit comments