1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Generate documentation

This commit is contained in:
Github Actions 2022-04-24 17:16:18 +00:00
parent 47c22ba93c
commit 15666f2320
8 changed files with 4471 additions and 1864 deletions

View file

@ -7,6 +7,6 @@
<title>Redirect</title>
<p>Please follow <a href="v2.html" id="link">this link</a>.</p>
<script>
link.href += (window.location.search || "") + (window.location.hash || "");
window.location.replace(link.href);
link.href += (window.location.search || "") + (window.location.hash || "");
window.location.replace(link.href);
</script>