summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorVertux <Vertux@users.noreply.github.com>2022-12-28 16:45:28 +0100
committerGitHub <noreply@github.com>2022-12-28 15:45:28 +0000
commit8d20b1ba1eb072c983ae4d5e455b09195dcf6755 (patch)
tree2aaa66b40328b696729debd8fc76f9c738025778 /docs
parentAdd a `cached` helper to the module API (#14663) (diff)
downloadsynapse-8d20b1ba1eb072c983ae4d5e455b09195dcf6755.tar.xz
Broken link "request_id_header" (#14740)
* Broken link "request_id_header"

The link above leads to an ERROR 404

* Update docs/reverse_proxy.md

Co-authored-by: reivilibre <olivier@librepush.net>
Diffstat (limited to 'docs')
-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 48dbc1c58e..06337e7c00 100644
--- a/docs/reverse_proxy.md
+++ b/docs/reverse_proxy.md
@@ -46,7 +46,7 @@ when using a containerized Synapse, as that will prevent it from responding
 to proxied traffic.)
 
 Optionally, you can also set
-[`request_id_header`](../usage/configuration/config_documentation.md#listeners)
+[`request_id_header`](./usage/configuration/config_documentation.md#listeners)
 so that the server extracts and re-uses the same request ID format that the
 reverse proxy is using.