summary refs log tree commit diff
path: root/docs/reverse_proxy.md
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2021-06-16 14:15:52 +0200
committerGitHub <noreply@github.com>2021-06-16 13:15:52 +0100
commit0adc2882c1a67419207a500f00c41a94be51857a (patch)
treed4b054ab474de7421caa07082bb060283b60af08 /docs/reverse_proxy.md
parentMake opentracing trace into event persistence (#10134) (diff)
downloadsynapse-0adc2882c1a67419207a500f00c41a94be51857a.tar.xz
Fix broken links in documentation (#10180)
* Fix broken links in documentation

* newsfile
Diffstat (limited to 'docs/reverse_proxy.md')
-rw-r--r--docs/reverse_proxy.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reverse_proxy.md b/docs/reverse_proxy.md
index cf1b835b9d..01db466f96 100644
--- a/docs/reverse_proxy.md
+++ b/docs/reverse_proxy.md
@@ -21,7 +21,7 @@ port 8448. Where these are different, we refer to the 'client port' and the
 'federation port'. See [the Matrix
 specification](https://matrix.org/docs/spec/server_server/latest#resolving-server-names)
 for more details of the algorithm used for federation connections, and
-[delegate.md](<delegate.md>) for instructions on setting up delegation.
+[delegate.md](delegate.md) for instructions on setting up delegation.
 
 **NOTE**: Your reverse proxy must not `canonicalise` or `normalise`
 the requested URI in any way (for example, by decoding `%xx` escapes).