1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Set default version to v5.1.2 with mike 1.0.1

This commit is contained in:
GitHub Action 2021-07-19 20:22:58 +00:00
parent d56eccffee
commit 0a375ac2d9

View File

@ -4,13 +4,13 @@
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=v5.1.0/" />
<meta http-equiv="refresh" content="1; url=v5.1.2/" />
</noscript>
<script>
window.location.replace("v5.1.0/" + window.location.hash);
window.location.replace("v5.1.2/" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="v5.1.0/">v5.1.0/</a>...
Redirecting to <a href="v5.1.2/">v5.1.2/</a>...
</body>
</html>