From 7bcd813c68bcf4ad4490dd1e2605fb5da094bb68 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Thu, 21 Oct 2021 12:08:46 +0100 Subject: [PATCH 1/2] fix relative link in docker readme relative links don't work when it's on dockerhub. --- docker/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index edf917bb11cc..38d182bf45f2 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). From a26f59c863b643d989b34811eb2bd15784d3747b Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Thu, 21 Oct 2021 12:10:14 +0100 Subject: [PATCH 2/2] Create 11144.misc --- changelog.d/11144.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/11144.misc diff --git a/changelog.d/11144.misc b/changelog.d/11144.misc new file mode 100644 index 000000000000..b5db109e2bc2 --- /dev/null +++ b/changelog.d/11144.misc @@ -0,0 +1 @@ +Fix broken link in the docker image README.