summary refs log tree commit diff
path: root/docker/README-testing.md
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-10-24 13:53:36 +0100
committerDavid Robertson <davidr@element.io>2022-10-24 13:53:36 +0100
commit5d1998515aa012bddbcee549434dc401846abff7 (patch)
treef686a38134832142ea3242ca1c1919d1ac33069a /docker/README-testing.md
parentMove dev pages into dev dir (diff)
downloadsynapse-5d1998515aa012bddbcee549434dc401846abff7.tar.xz
Move config pages into config dir
Diffstat (limited to 'docker/README-testing.md')
-rw-r--r--docker/README-testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README-testing.md b/docker/README-testing.md
index 21b99963d8..8e218ca832 100644
--- a/docker/README-testing.md
+++ b/docker/README-testing.md
@@ -98,7 +98,7 @@ Dockerfile makes use of to generate appropriate worker, nginx and supervisord co
 files.
 
 Sharding is supported for a subset of workers, in line with the
-[worker documentation](../docs/workers.md). To run multiple instances of a given worker
+[worker documentation](../docs/usage/configuration/workers.md). To run multiple instances of a given worker
 type, simply specify the type multiple times in `SYNAPSE_WORKER_TYPES`
 (e.g `SYNAPSE_WORKER_TYPES=event_creator,event_creator...`).