diff --git a/docs/workers.rst b/docs/workers.rst
index 7f040c52d907af9fda98a752992b1054f1d8fddb..2d3df91593d17443c5bdbf9d1e6d3ecc66bb2359 100644
--- a/docs/workers.rst
+++ b/docs/workers.rst
@@ -45,7 +45,8 @@ e.g. the HTTP listener that it provides (if any); logging configuration; etc.
 You should minimise the number of overrides though to maintain a usable config.
 
 You must specify the type of worker application (worker_app) and the replication
-endpoint that it's talking to on the main synapse process (worker_replication_url).
+endpoint that it's talking to on the main synapse process (worker_replication_host
+and worker_replication_port).
 
 For instance::