From c534fed1965f0033a305acc31dfb3a55a6588baa Mon Sep 17 00:00:00 2001 From: Krzysztof Cybulski Date: Sun, 20 Jul 2025 13:06:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(typo)=20fix=20link=20to=20kubernet?= =?UTF-8?q?es.md=20in=20compose.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Link to kubernetes.md in compose.md was incorrect, it was pointing to a non-existing file. Signed-off-by: Krzysztof Cybulski --- docs/installation/compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/compose.md b/docs/installation/compose.md index cfce371a..bd710c2a 100644 --- a/docs/installation/compose.md +++ b/docs/installation/compose.md @@ -1,6 +1,6 @@ # Installation with docker compose -We provide a sample configuration for running Docs using Docker Compose. Please note that this configuration is experimental, and the official way to deploy Docs in production is to use [k8s](../installation/k8s.md) +We provide a sample configuration for running Docs using Docker Compose. Please note that this configuration is experimental, and the official way to deploy Docs in production is to use [k8s](../installation/kubernetes.md) ## Requirements