diff options
author | David Robertson <davidr@element.io> | 2022-10-24 13:53:36 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-10-24 13:53:36 +0100 |
commit | 5d1998515aa012bddbcee549434dc401846abff7 (patch) | |
tree | f686a38134832142ea3242ca1c1919d1ac33069a /docker/README-testing.md | |
parent | Move dev pages into dev dir (diff) | |
download | synapse-5d1998515aa012bddbcee549434dc401846abff7.tar.xz |
Move config pages into config dir
Diffstat (limited to 'docker/README-testing.md')
-rw-r--r-- | docker/README-testing.md | 2 |
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...`). |