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

Set default version to v5.4.1 with mike 1.1.2

This commit is contained in:
GitHub Action 2022-03-04 19:25:20 +00:00
parent 1950e61b15
commit 70c8eedb96

View File

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