summary refs log tree commit diff
path: root/docker/README.md
diff options
context:
space:
mode:
authorTobia De Koninck <LEDfan@users.noreply.github.com>2019-10-28 16:39:57 +0100
committerRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-10-28 15:39:57 +0000
commit29207b448866a267b0247fa19a2007914ec3c272 (patch)
treeb2aa80c4817a6bfeab89429090d6ac9679936ed0 /docker/README.md
parentMerge tag 'v1.5.0rc2' into develop (diff)
downloadsynapse-29207b448866a267b0247fa19a2007914ec3c272.tar.xz
Fix broken URL in docker/README.md (#6264)
Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index 4b712f3f5c..24dfa77dcc 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -101,7 +101,7 @@ is suitable for local testing, but for any practical use, you will either need
 to use a reverse proxy, or configure Synapse to expose an HTTPS port.
 
 For documentation on using a reverse proxy, see
-https://github.com/matrix-org/synapse/blob/master/docs/reverse_proxy.rst.
+https://github.com/matrix-org/synapse/blob/master/docs/reverse_proxy.md.
 
 For more information on enabling TLS support in synapse itself, see
 https://github.com/matrix-org/synapse/blob/master/INSTALL.md#tls-certificates. Of