We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c49bd9 commit a3e3735Copy full SHA for a3e3735
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=latest/" />
+ <meta http-equiv="refresh" content="1; url=latest-snapshot/" />
8
</noscript>
9
<script>
10
window.location.replace(
11
- "latest/" + window.location.search + window.location.hash
+ "latest-snapshot/" + window.location.search + window.location.hash
12
);
13
</script>
14
</head>
15
<body>
16
- Redirecting to <a href="latest/">latest/</a>...
+ Redirecting to <a href="latest-snapshot/">latest-snapshot/</a>...
17
</body>
18
</html>
0 commit comments