Skip to content
Snippets Groups Projects
Commit a3c195aa authored by Martin Weise's avatar Martin Weise
Browse files

Set default version to latest with mike 1.1.2

parent 701f259f
Branches
No related tags found
No related merge requests found
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>Redirecting</title> <title>Redirecting</title>
<noscript> <noscript>
<meta http-equiv="refresh" content="1; url=1.3/" /> <meta http-equiv="refresh" content="1; url=latest/" />
</noscript> </noscript>
<script> <script>
window.location.replace("1.3/" + window.location.hash); window.location.replace("latest/" + window.location.hash);
</script> </script>
</head> </head>
<body> <body>
Redirecting to <a href="1.3/">1.3/</a>... Redirecting to <a href="latest/">latest/</a>...
</body> </body>
</html> </html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment