mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
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
1
changelog.d/11144.misc
Normal file
1
changelog.d/11144.misc
Normal file
@ -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
Block a user