Redirect to develop/index.html instead (#10241)

GitHub Pages will serve develop/index.html if we navigate to develop/.

index.html will still be the welcome page (for now), but if we ever decide
to change that in the future, we won't need to update this redirect page
pull/11367/head
Andrew Morgan 2021-06-24 18:00:42 +01:00 committed by GitHub
parent 896c1d2e65
commit 860e0ba866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<title> Synapse Documentation </title>
<meta http-equiv="Refresh" content="0; url='https://matrix-org.github.io/synapse/develop/welcome_and_overview.html'" />
<meta http-equiv="Refresh" content="0; url='https://matrix-org.github.io/synapse/develop" />
<p>
Redirecting you to the latest documentation.
If you are not redirected, please <a href="https://matrix-org.github.io/synapse/develop/welcome_and_overview.html">click here</a>.
If you are not redirected, please <a href="https://matrix-org.github.io/synapse/develop">click here</a>.
</p>