diff options
author | Quentin Gliech <quenting@element.io> | 2024-10-17 17:34:12 +0200 |
---|---|---|
committer | Quentin Gliech <quenting@element.io> | 2024-10-17 17:34:12 +0200 |
commit | 891950f7b601ae5cf7da997f58957756da916614 (patch) | |
tree | 84b6532cba4348286bd6b6b7817e9173e803a7de /docs/development/sytest.md | |
parent | 6e6c3de0a6d93cd9e91234ce48e7968eb77e25e9 (diff) |
Replace references to the repository
Diffstat (limited to 'docs/development/sytest.md')
-rw-r--r-- | docs/development/sytest.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/sytest.md b/docs/development/sytest.md index 2f681f3e..7f2c27e6 100644 --- a/docs/development/sytest.md +++ b/docs/development/sytest.md @@ -28,7 +28,7 @@ go build -o bin/ ./cmd/... ``` If you are fixing an issue marked with -[Are We Synapse Yet](https://github.com/matrix-org/dendrite/labels/are-we-synapse-yet) +[Are We Synapse Yet](https://github.com/element-hq/dendrite/labels/are-we-synapse-yet) then there will be a list of Sytests that you should add to the whitelist when you have fixed that issue. This MUST be included in your PR to ensure that the issue is fully resolved. |