summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-07-09 11:21:41 +0100
committerErik Johnston <erik@matrix.org>2021-07-09 11:21:41 +0100
commitb5d42377bf61ab306debb532d7ec62a58087351a (patch)
tree735b95cd196b9a4ac985f5e766c5123477967e42 /README.rst
parentFix README rst (diff)
downloadsynapse-b5d42377bf61ab306debb532d7ec62a58087351a.tar.xz
Fix README rst
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 2cf540b957..0ae05616e7 100644
--- a/README.rst
+++ b/README.rst
@@ -94,7 +94,8 @@ Synapse Installation
 
 .. _federation:
 
-* For details on how to install synapse, see `Installation Instructions`_.
+* For details on how to install synapse, see
+  `Installation Instructions <https://matrix-org.github.io/synapse/latest/setup/installation.html>`_.
 * For specific details on how to configure Synapse for federation see `docs/federate.md <docs/federate.md>`_
 
 
@@ -334,8 +335,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`_
-for details.
+Client-Server API are functioning correctly. See the `SyTest installation
+instructions <https://github.com/matrix-org/sytest#installing>`_ for details.
 
 
 Platform dependencies
@@ -455,5 +456,3 @@ 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>