1 files changed, 1 insertions, 1 deletions
diff --git a/docs/workers.md b/docs/workers.md
index c27b3f8bd5..3137ef0981 100644
--- a/docs/workers.md
+++ b/docs/workers.md
@@ -68,7 +68,7 @@ https://hub.docker.com/r/matrixdotorg/synapse/.
To make effective use of the workers, you will need to configure an HTTP
reverse-proxy such as nginx or haproxy, which will direct incoming requests to
the correct worker, or to the main synapse instance. See
-[the reverse proxy documentation](reverse_proxy.md) for information on setting up a reverse
+[the reverse proxy documentation](setup/reverse_proxy.md) for information on setting up a reverse
proxy.
When using workers, each worker process has its own configuration file which
|