diff options
author | Neil Johnson <neil@fragile.org.uk> | 2019-04-01 12:53:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-01 12:53:08 +0100 |
commit | ed1ce0333cf34b5f7a3f83b6e684e503b44c0590 (patch) | |
tree | f2b43cd407e63174a6a804ef09cb9aa9c1d0e4a5 /INSTALL.md | |
parent | 0.99.3rc1 (diff) | |
download | synapse-ed1ce0333cf34b5f7a3f83b6e684e503b44c0590.tar.xz |
convert rst link to md
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index de6893530d..a5c3c6efaa 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -384,7 +384,7 @@ To configure Synapse to expose an HTTPS port, you will need to edit `cert.pem`). For those of you upgrading your TLS certificate in readiness for Synapse 1.0, -please take a look at `our guide <docs/MSC1711_certificates_FAQ.md#configuring-certificates-for-compatibility-with-synapse-100>`_. +please take a look at [our guide](docs/MSC1711_certificates_FAQ.md#configuring-certificates-for-compatibility-with-synapse-100). ## Registering a user |