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 f01b8b0 commit 4d5ff8eCopy full SHA for 4d5ff8e
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=v0.15.0/" />
+ <meta http-equiv="refresh" content="1; url=v0.18.0/" />
8
</noscript>
9
<script>
10
window.location.replace(
11
- "v0.15.0/" + window.location.search + window.location.hash
+ "v0.18.0/" + window.location.search + window.location.hash
12
);
13
</script>
14
</head>
15
<body>
16
- Redirecting to <a href="v0.15.0/">v0.15.0/</a>...
+ Redirecting to <a href="v0.18.0/">v0.18.0/</a>...
17
</body>
18
</html>
0 commit comments