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 pagepull/11367/head
parent
896c1d2e65
commit
860e0ba866
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue