Skip to content

Commit

Permalink
Update references from matrix-org/dendrite to element-hq/dendrite (#1388
Browse files Browse the repository at this point in the history
)
  • Loading branch information
S7evinK authored Nov 15, 2024
1 parent 9bff8eb commit 623053f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
if [[ -z "$BRANCH_NAME" || $BRANCH_NAME =~ ^refs/pull/.* ]]; then
continue
fi
(wget -O - "https://github.com/matrix-org/dendrite/archive/$BRANCH_NAME.tar.gz" \
(wget -O - "https://github.com/element-hq/dendrite/archive/$BRANCH_NAME.tar.gz" \
| tar -xz --strip-components=1 -C /src/) \
&& echo "Successfully downloaded and extracted $BRANCH_NAME.tar.gz" \
&& break
Expand Down
4 changes: 2 additions & 2 deletions docs/dendrite-setup.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# How to set up SyTest for Dendrite

See [dendrite's developer documentation](https://github.com/matrix-org/dendrite/blob/main/docs/development/sytest.md#using-the-sytest-docker-image)
See [dendrite's developer documentation](https://github.com/element-hq/dendrite/blob/main/docs/development/sytest.md#using-the-sytest-docker-image)

([permalink](https://github.com/matrix-org/dendrite/blob/3f727485d6e21a603e4df1cb31c3795cc1023caa/docs/development/sytest.md#using-the-sytest-docker-image)).
([permalink](https://github.com/element-hq/dendrite/blob/3f727485d6e21a603e4df1cb31c3795cc1023caa/docs/development/sytest.md#using-the-sytest-docker-image)).

0 comments on commit 623053f

Please sign in to comment.