summary refs log tree commit diff
path: root/docs/development
diff options
context:
space:
mode:
authorkegsay <7190048+kegsay@users.noreply.github.com>2024-02-06 09:26:55 +0000
committerGitHub <noreply@github.com>2024-02-06 09:26:55 +0000
commit505cdd044bd7086996b2ec476b488837f5b89ad3 (patch)
tree9d0f586aca54d5eb562d57192c391be81eebd5a6 /docs/development
parentBump sigstore/cosign-installer from 3.3.0 to 3.4.0 (#16890) (diff)
downloadsynapse-505cdd044bd7086996b2ec476b488837f5b89ad3.tar.xz
Fix broken links on docs (#16853)
Some links seemed to be incorrect (vector-im/sygnal and vector-im/sytest
have never been A Thing iirc) so pointed them back to matrix-org/*).
Diffstat (limited to 'docs/development')
-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)).