summary refs log tree commit diff
path: root/UPGRADE.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-03-04 10:32:44 +0000
committerErik Johnston <erik@matrix.org>2021-03-04 10:32:44 +0000
commita6333b8d42462150eac51d33460375945b4586af (patch)
tree8ef6507462fa28a80f6c250458937cc7ff635a40 /UPGRADE.rst
parentFix changelog (diff)
downloadsynapse-a6333b8d42462150eac51d33460375945b4586af.tar.xz
Fix link in UPGRADES v1.29.0rc1
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r--UPGRADE.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst
index e852b806c2..031e02bda9 100644
--- a/UPGRADE.rst
+++ b/UPGRADE.rst
@@ -98,9 +98,9 @@ will log a warning on each received request.
 
 To avoid the warning, administrators using a reverse proxy should ensure that
 the reverse proxy sets `X-Forwarded-Proto` header to `https` or `http` to
-indicate the protocol used by the client. See the [reverse proxy
-documentation](docs/reverse_proxy.md), where the example configurations have
-been updated to show how to set this header.
+indicate the protocol used by the client. See the `reverse proxy documentation
+<docs/reverse_proxy.md>`_, where the example configurations have been updated to
+show how to set this header.
 
 (Users of `Caddy <https://caddyserver.com/>`_ are unaffected, since we believe it
 sets `X-Forwarded-Proto` by default.)