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 9cc31ae commit a99bb0eCopy full SHA for a99bb0e
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=rel-24.2/" />
+ <meta http-equiv="refresh" content="1; url=latest/" />
8
</noscript>
9
<script>
10
- window.location.replace("rel-24.2/" + window.location.hash);
+ window.location.replace("latest/" + window.location.hash);
11
</script>
12
</head>
13
<body>
14
- Redirecting to <a href="rel-24.2/">rel-24.2/</a>...
+ Redirecting to <a href="latest/">latest/</a>...
15
</body>
16
</html>
0 commit comments