diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-10-21 14:50:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-21 13:50:43 +0100 |
commit | 09eff1b3db89ccc9a86d4e9ed160c96c67e9bd55 (patch) | |
tree | 268c140fc7068613647165313678a8c0eadfe1b5 /docker/README.md | |
parent | Fix setting a user's external_id via the admin API returns 500 and deletes us... (diff) | |
download | synapse-09eff1b3db89ccc9a86d4e9ed160c96c67e9bd55.tar.xz |
fix relative link in docker readme (#11144)
relative links don't work when it's on dockerhub.
Diffstat (limited to 'docker/README.md')
-rw-r--r-- | docker/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md index edf917bb11..38d182bf45 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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). |