summary refs log tree commit diff
path: root/docs/development/contributing_guide.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2024-02-06 15:27:17 +0000
committerErik Johnston <erik@matrix.org>2024-02-06 15:27:17 +0000
commitf7a8fafbc1c13c930686f9d8feaaa03a56a67553 (patch)
tree12132265317205cca849c95283c3284cb016b8e3 /docs/development/contributing_guide.md
parentMerge branch 'release-v1.100' into matrix-org-hotfixes (diff)
parentAccept unprefixed form of MSC3981 recurse parameter (#16842) (diff)
downloadsynapse-f7a8fafbc1c13c930686f9d8feaaa03a56a67553.tar.xz
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'docs/development/contributing_guide.md')
-rw-r--r--docs/development/contributing_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/contributing_guide.md b/docs/development/contributing_guide.md

index 19be6858cd..df6451273a 100644 --- a/docs/development/contributing_guide.md +++ b/docs/development/contributing_guide.md
@@ -329,7 +329,7 @@ This configuration should generally cover your needs. - To run with Postgres, supply the `-e POSTGRES=1 -e MULTI_POSTGRES=1` environment flags. - To run with Synapse in worker mode, supply the `-e WORKERS=1 -e REDIS=1` environment flags (in addition to the Postgres flags). -For more details about other configurations, see the [Docker-specific documentation in the SyTest repo](https://github.com/vector-im/sytest/blob/develop/docker/README.md). +For more details about other configurations, see the [Docker-specific documentation in the SyTest repo](https://github.com/matrix-org/sytest/blob/develop/docker/README.md). ## Run the integration tests ([Complement](https://github.com/matrix-org/complement)).