mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Generate documentation
This commit is contained in:
parent
e48a0a15d7
commit
f3508e4947
8 changed files with 1100 additions and 1096 deletions
|
@ -7,5 +7,6 @@
|
|||
<title>Redirect</title>
|
||||
<p>Please follow <a href="v3.html" id="link">this link</a>.</p>
|
||||
<script>
|
||||
window.location.href = link.href = "v3.html" + (window.location.search || "") + (window.location.hash || "");
|
||||
link.href += (window.location.search || "") + (window.location.hash || "");
|
||||
window.location.replace(link.href);
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue