summary refs log tree commit diff
path: root/docs/development
diff options
context:
space:
mode:
authorDevon Hudson <devonhudson@librem.one>2024-11-08 10:06:46 -0700
committerDevon Hudson <devonhudson@librem.one>2024-11-08 10:06:46 -0700
commitf377cee7ecaac0293492c7931d6d5fa18551fc58 (patch)
tree2e67be39d8003f758ad1f36abff166f63e6e0073 /docs/development
parentCleanup changelog (diff)
parentFix MSC4222 returning full state (#17915) (diff)
downloadsynapse-f377cee7ecaac0293492c7931d6d5fa18551fc58.tar.xz
Merge branch 'develop' into release-v1.119
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/contributing_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/contributing_guide.md b/docs/development/contributing_guide.md

index f079f61b48..d6efab96cf 100644 --- a/docs/development/contributing_guide.md +++ b/docs/development/contributing_guide.md
@@ -322,7 +322,7 @@ The following command will let you run the integration test with the most common configuration: ```sh -$ docker run --rm -it -v /path/where/you/have/cloned/the/repository\:/src:ro -v /path/to/where/you/want/logs\:/logs matrixdotorg/sytest-synapse:focal +$ docker run --rm -it -v /path/where/you/have/cloned/the/repository\:/src:ro -v /path/to/where/you/want/logs\:/logs matrixdotorg/sytest-synapse:bullseye ``` (Note that the paths must be full paths! You could also write `$(realpath relative/path)` if needed.)