From 72bc37ddc1ed7374fe2ae76d9e05200194faefe4 Mon Sep 17 00:00:00 2001 From: Nadav Har'El Date: Wed, 1 Sep 2021 11:30:55 +0300 Subject: [PATCH] README.md: update link to docker build instructions The link to the docker build instructions was outdated - from the time our docker build was based on a Redhat distribution. It no longer is, it's now based on Ubuntu, and the link changed accordingly. Fixes #9276. Signed-off-by: Nadav Har'El Message-Id: <20210901083055.445438-1-nyh@scylladb.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2bced2107..287bb11f98 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ For further information, please see: [developer documentation]: HACKING.md [build documentation]: docs/guides/building.md -[docker image build documentation]: dist/docker/redhat/README.md +[docker image build documentation]: dist/docker/debian/README.md ## Running Scylla