Skip to content

Commit 547e656

Browse files
authored
Update references from matrix-org/dendrite to element-hq/dendrite (#745)
1 parent c246a09 commit 547e656

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
timeout: 20m
4848

4949
- homeserver: Dendrite
50-
repo: matrix-org/dendrite
50+
repo: element-hq/dendrite
5151
tags: dendrite_blacklist
5252
packages: ""
5353
env: "COMPLEMENT_ENABLE_DIRTY_RUNS=1"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Docker image format is needed because OCI format doesn't support the HEALTHCHECK
6161
For instance, for Dendrite:
6262
```
6363
# build a docker image for Dendrite...
64-
$ git clone https://github.com/matrix-org/dendrite
64+
$ git clone https://github.com/element-hq/dendrite
6565
$ (cd dendrite && docker build -t complement-dendrite -f build/scripts/Complement.Dockerfile .)
6666
# ...and test it
6767
$ COMPLEMENT_BASE_IMAGE=complement-dendrite:latest go test -v ./tests/...
@@ -114,7 +114,7 @@ from the host to the container. This is set via `COMPLEMENT_HOST_MOUNTS`, on the
114114
For example, for Dendrite on Linux with the default location of `$GOPATH`, do a one-time setup:
115115

116116
```shellsession
117-
$ git clone https://github.com/matrix-org/dendrite ../dendrite
117+
$ git clone https://github.com/element-hq/dendrite ../dendrite
118118
$ (cd ../dendrite && docker build -t complement-dendrite-local -f build/scripts/ComplementLocal.Dockerfile .)
119119
$ mkdir -p ../complement-go-build-cache
120120
$ export COMPLEMENT_BASE_IMAGE=complement-dendrite-local

dockerfiles/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ However, this doesn't work nicely when running Complement with local checkouts,
55
end up copying the Dockerfiles in this directory to their own repository. In an effort to reduce
66
duplication, we now point to dockerfiles in respective repositories rather than have them directly here.
77

8-
- Dendrite: https://github.com/matrix-org/dendrite/blob/v0.8.2/build/scripts/Complement.Dockerfile
8+
- Dendrite: https://github.com/element-hq/dendrite/blob/11b48749bf96fb1f7761df6d7a21cf1cd8484e20/build/scripts/Complement.Dockerfile
99
- Synapse: https://github.com/matrix-org/synapse/blob/develop/docker/complement/Dockerfile
1010
- Conduit: https://gitlab.com/famedly/conduit/-/blob/next/tests/Complement.Dockerfile
1111
- conduwuit: https://conduwuit.puppyirl.gay/development/testing.html

0 commit comments

Comments
 (0)