aboutsummaryrefslogtreecommitdiff
path: root/docs/development/sytest.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/development/sytest.md')
-rw-r--r--docs/development/sytest.md2
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.