From 09eff1b3db89ccc9a86d4e9ed160c96c67e9bd55 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:50:43 +0200 Subject: [PATCH] fix relative link in docker readme (#11144) relative links don't work when it's on dockerhub. --- changelog.d/11144.misc | 1 + docker/README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelog.d/11144.misc diff --git a/changelog.d/11144.misc b/changelog.d/11144.misc new file mode 100644 index 000000000..b5db109e2 --- /dev/null +++ b/changelog.d/11144.misc @@ -0,0 +1 @@ +Fix broken link in the docker image README. diff --git a/docker/README.md b/docker/README.md index edf917bb1..38d182bf4 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).