From 3d56a2abbc20944ec297791dabbef61b54d2977c Mon Sep 17 00:00:00 2001 From: Florian Weber <2+f.weber@noreply.git.morlana.online> Date: Wed, 12 Aug 2026 09:37:15 +0000 Subject: [PATCH] fixed docker compose quickstart link --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index d1a86db..237981f 100644 --- a/Home.md +++ b/Home.md @@ -24,13 +24,13 @@ docker compose -f compose/docker-compose.test.yaml up -d --build curl http://localhost:8080/api/ready ``` -Details and the production path: [Quickstart Compose](Quickstart#quickstart-helm). +Details and the production path: [Quickstart: Docker Compose](Quickstart#quickstart-docker-compose). ```bash helm install aptly oci://git.morlana.online/f.weber/aptly --version ``` -Details: [Quickstart Helm](Quickstart#quickstart-helm). +Details: [Quickstart: Helm](Quickstart#quickstart-helm). ## Keeping itself current