From 29207b448866a267b0247fa19a2007914ec3c272 Mon Sep 17 00:00:00 2001
From: Tobia De Koninck <LEDfan@users.noreply.github.com>
Date: Mon, 28 Oct 2019 16:39:57 +0100
Subject: [PATCH] Fix broken URL in docker/README.md (#6264)

Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
---
 docker/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab