docs: fix redirect to latest

This commit is contained in:
Thomas Dupont 2022-08-11 14:34:41 +02:00
parent de6a35a34c
commit e67ef3518b
No known key found for this signature in database
GPG Key ID: 704050B1F8856B64

View File

@ -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=../5.0/" /> <meta http-equiv="refresh" content="1; url=../5.x/" />
</noscript> </noscript>
<script> <script>
window.location.replace("../5.0/" + window.location.hash); window.location.replace("../5.x/" + window.location.hash);
</script> </script>
</head> </head>
<body> <body>
Redirecting to <a href="../5.0/">../5.0/</a>... Redirecting to <a href="../5.x/">../5.x/</a>...
</body> </body>
</html> </html>