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">
|
||||
<title>Redirecting</title>
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="1; url=../5.0/" />
|
||||
<meta http-equiv="refresh" content="1; url=../5.x/" />
|
||||
</noscript>
|
||||
<script>
|
||||
window.location.replace("../5.0/" + window.location.hash);
|
||||
window.location.replace("../5.x/" + window.location.hash);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting to <a href="../5.0/">../5.0/</a>...
|
||||
Redirecting to <a href="../5.x/">../5.x/</a>...
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user