Skip to content

Commit 9e22952

Browse files
Update index.html
1 parent 1efbbc5 commit 9e22952

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<meta charset="utf-8">
55
<title>Redirecting</title>
66
<noscript>
7-
<meta http-equiv="refresh" content="1; url=v1/" />
7+
<meta http-equiv="refresh" content="1; url=v2/" />
88
</noscript>
99
<script>
10-
window.location.replace("v1/" + window.location.hash);
10+
window.location.replace("v2/" + window.location.hash);
1111
</script>
1212
</head>
1313
<body>
14-
Redirecting to <a href="v1/">v1/</a>...
14+
Redirecting to <a href="v2/">v2/</a>...
1515
</body>
1616
</html>

0 commit comments

Comments
 (0)