diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-06-03 17:23:51 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-06-03 17:23:51 +0100 |
commit | 8d430cb0965e96e28fd9f6a7dd3899929353b6b8 (patch) | |
tree | 0e55f8b1005bed179b3982f589976a441186d3df /index.html | |
parent | deploy: fd9856e4a98fb3fa9c139317b0a3b79f22aff1c7 (diff) | |
download | synapse-8d430cb0965e96e28fd9f6a7dd3899929353b6b8.tar.xz |
Fix redirect to documentation
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html index df25ce91e8..75a22c2149 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ <title> Synapse Documentation </title> -<meta http-equiv="Refresh" content="0; url='https://matrix-org.github.io/synapse/develop/index.html'" /> +<meta http-equiv="Refresh" content="0; url='https://matrix-org.github.io/synapse/develop/welcome_and_overview.html'" /> <p> Redirecting you to the latest documentation. - If you are not redirected, please <a href="https://matrix-org.github.io/synapse/develop/index.html">click here</a>. + If you are not redirected, please <a href="https://matrix-org.github.io/synapse/develop/welcome_and_overview.html">click here</a>. </p> |