Skip to content

Commit

Permalink
Set default version to stable with mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Jul 19, 2023
1 parent 514d5ed commit b6f33a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=main/" />
<meta http-equiv="refresh" content="1; url=stable/" />
</noscript>
<script>
window.location.replace("main/" + window.location.hash);
window.location.replace("stable/" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="main/">main/</a>...
Redirecting to <a href="stable/">stable/</a>...
</body>
</html>

0 comments on commit b6f33a9

Please sign in to comment.