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 32cd9fa commit a8b2eb9Copy full SHA for a8b2eb9
index.html
@@ -4,13 +4,15 @@
4
<meta charset="utf-8">
5
<title>Redirecting</title>
6
<noscript>
7
- <meta http-equiv="refresh" content="1; url=v1/" />
+ <meta http-equiv="refresh" content="1; url=v2/" />
8
</noscript>
9
<script>
10
- window.location.replace("v1/" + window.location.hash);
+ window.location.replace(
11
+ "v2/" + window.location.search + window.location.hash
12
+ );
13
</script>
14
</head>
15
<body>
- Redirecting to <a href="v1/">v1/</a>...
16
+ Redirecting to <a href="v2/">v2/</a>...
17
</body>
-</html>
18
+</html>
0 commit comments