diff options
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,13 +4,13 @@ <meta charset="utf-8"> <title>Redirecting</title> <noscript> - <meta http-equiv="refresh" content="1; url=dev/" /> + <meta http-equiv="refresh" content="1; url=latest/" /> </noscript> <script> - window.location.replace("dev/" + window.location.hash); + window.location.replace("latest/" + window.location.hash); </script> </head> <body> - Redirecting to <a href="dev/">dev/</a>... + Redirecting to <a href="latest/">latest/</a>... </body> </html>
\ No newline at end of file |