Set default version to REL1_0_STABLE with mike 1.1.2
parent
4935589c32
commit
25f3bc427d
|
@ -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=main/" />
|
<meta http-equiv="refresh" content="1; url=REL1_0_STABLE/" />
|
||||||
</noscript>
|
</noscript>
|
||||||
<script>
|
<script>
|
||||||
window.location.replace("main/" + window.location.hash);
|
window.location.replace("REL1_0_STABLE/" + window.location.hash);
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
Redirecting to <a href="main/">main/</a>...
|
Redirecting to <a href="REL1_0_STABLE/">REL1_0_STABLE/</a>...
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue