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

Set default version to v5.3.1 with mike 1.1.2

This commit is contained in:
GitHub Action 2021-11-30 22:19:41 +00:00
parent dfd55aaa47
commit d84a7c3ca6

View File

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