diff --git a/public/index.html b/public/index.html index 4d9ed41d19ebedd0787df7080a52df327e0cc995..41a13bb738d7512aac4e11d254daa01460701bad 100644 --- a/public/index.html +++ b/public/index.html @@ -4,15 +4,15 @@ <meta charset="utf-8"> <title>Redirecting</title> <noscript> - <meta http-equiv="refresh" content="1; url=v51/" /> + <meta http-equiv="refresh" content="1; url=latest/" /> </noscript> <script> window.location.replace( - "v51/" + window.location.search + window.location.hash + "latest/" + window.location.search + window.location.hash ); </script> </head> <body> - Redirecting to <a href="v51/">v51/</a>... + Redirecting to <a href="latest/">latest/</a>... </body> </html>