We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1efbbc5 commit 9e22952Copy full SHA for 9e22952
index.html
@@ -4,13 +4,13 @@
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("v2/" + window.location.hash);
11
</script>
12
</head>
13
<body>
14
- Redirecting to <a href="v1/">v1/</a>...
+ Redirecting to <a href="v2/">v2/</a>...
15
</body>
16
</html>
0 commit comments