fix relative link in docker readme (#11144)

relative links don't work when it's on dockerhub.
This commit is contained in:
Richard van der Hoff 2021-10-21 14:50:43 +02:00 committed by GitHub
parent ef7fe09778
commit 09eff1b3db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

1
changelog.d/11144.misc Normal file
View file

@ -0,0 +1 @@
Fix broken link in the docker image README.

View file

@ -226,4 +226,5 @@ healthcheck:
## Using jemalloc ## Using jemalloc
Jemalloc is embedded in the image and will be used instead of the default allocator. Jemalloc is embedded in the image and will be used instead of the default allocator.
You can read about jemalloc by reading the Synapse [README](../README.rst). You can read about jemalloc by reading the Synapse
[README](https://github.com/matrix-org/synapse/blob/HEAD/README.rst#help-synapse-is-slow-and-eats-all-my-ram-cpu).