mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
docs: fix redirect to latest
This commit is contained in:
parent
de6a35a34c
commit
e67ef3518b
@ -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>
|
Loading…
x
Reference in New Issue
Block a user