Skip to content
Snippets Groups Projects
Commit dcea4a4b authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Set default version to v51 in public with mike 2.0.0

parent 25c0bebf
No related branches found
No related tags found
No related merge requests found
...@@ -4,15 +4,15 @@ ...@@ -4,15 +4,15 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>Redirecting</title> <title>Redirecting</title>
<noscript> <noscript>
<meta http-equiv="refresh" content="1; url=latest/" /> <meta http-equiv="refresh" content="1; url=v51/" />
</noscript> </noscript>
<script> <script>
window.location.replace( window.location.replace(
"latest/" + window.location.search + window.location.hash "v51/" + window.location.search + window.location.hash
); );
</script> </script>
</head> </head>
<body> <body>
Redirecting to <a href="latest/">latest/</a>... Redirecting to <a href="v51/">v51/</a>...
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment