fix relative link in docker readme (#11144)
relative links don't work when it's on dockerhub.
This commit is contained in:
parent
ef7fe09778
commit
09eff1b3db
|
@ -0,0 +1 @@
|
|||
Fix broken link in the docker image README.
|
|
@ -226,4 +226,5 @@ healthcheck:
|
|||
## Using jemalloc
|
||||
|
||||
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).
|
||||
|
|
Loading…
Reference in New Issue