1 files changed, 1 insertions, 1 deletions
diff --git a/latest/reverse_proxy.html b/latest/reverse_proxy.html
index 67783637b9..a8b5f4b019 100644
--- a/latest/reverse_proxy.html
+++ b/latest/reverse_proxy.html
@@ -184,7 +184,7 @@ listens to traffic on localhost. (Do not change <code>bind_addresses</code> to <
when using a containerized Synapse, as that will prevent it from responding
to proxied traffic.)</p>
<p>Optionally, you can also set
-<a href="../usage/configuration/config_documentation.html#listeners"><code>request_id_header</code></a>
+<a href="./usage/configuration/config_documentation.html#listeners"><code>request_id_header</code></a>
so that the server extracts and re-uses the same request ID format that the
reverse proxy is using.</p>
<h2 id="reverse-proxy-configuration-examples"><a class="header" href="#reverse-proxy-configuration-examples">Reverse-proxy configuration examples</a></h2>
|