summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-07-09 11:16:50 +0100
committerErik Johnston <erik@matrix.org>2021-07-09 11:16:50 +0100
commit100686a0691054c486e747e3df37861887c6e8cb (patch)
treec96948d2196d3b0178dd1d26dd29bafaee3cf0ca /README.rst
parentFixup changelog (diff)
downloadsynapse-100686a0691054c486e747e3df37861887c6e8cb.tar.xz
Fix README rst
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index e5332d62a9..2cf540b957 100644
--- a/README.rst
+++ b/README.rst
@@ -94,8 +94,7 @@ Synapse Installation
 
 .. _federation:
 
-* For details on how to install synapse, see
-  `Installation Instructions <https://matrix-org.github.io/synapse/latest/setup/installation.html>`_.
+* For details on how to install synapse, see `Installation Instructions`_.
 * For specific details on how to configure Synapse for federation see `docs/federate.md <docs/federate.md>`_
 
 
@@ -335,8 +334,8 @@ access the API as a Matrix client would. It is able to run Synapse directly from
 the source tree, so installation of the server is not required.
 
 Testing with SyTest is recommended for verifying that changes related to the
-Client-Server API are functioning correctly. See the `installation instructions
-<https://github.com/matrix-org/sytest#installing>`_ for details.
+Client-Server API are functioning correctly. See the `installation instructions`_
+for details.
 
 
 Platform dependencies
@@ -456,3 +455,5 @@ This is normally caused by a misconfiguration in your reverse-proxy. See
 .. |python| image:: https://img.shields.io/pypi/pyversions/matrix-synapse
   :alt: (supported python versions)
   :target: https://pypi.org/project/matrix-synapse
+
+.. _installation instructions <https://github.com/matrix-org/sytest#installing>