diff options
author | Patrick Cloke <patrickc@matrix.org> | 2023-11-20 14:22:46 -0500 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-12-13 15:16:48 +0000 |
commit | 837391cdbb9610da68d5f629c5d5a9e3ac32b812 (patch) | |
tree | c60d5be57acfa2f0c99878e03875353cc5d22ce9 /docs/manhole.md | |
parent | Fix links (diff) | |
download | synapse-837391cdbb9610da68d5f629c5d5a9e3ac32b812.tar.xz |
Update documentation to refer to element-hq.
Diffstat (limited to 'docs/manhole.md')
-rw-r--r-- | docs/manhole.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manhole.md b/docs/manhole.md index 4e5bf833ce..214c32497e 100644 --- a/docs/manhole.md +++ b/docs/manhole.md @@ -38,7 +38,7 @@ docker run -d --name synapse \ --mount type=volume,src=synapse-data,dst=/data \ -p 8008:8008 \ -p 127.0.0.1:9000:9000 \ - matrixdotorg/synapse:latest + vectorim/synapse:latest ``` #### Native config |