From 3f7222b7ee9e1949babdc070fb0993e5281d2eeb Mon Sep 17 00:00:00 2001 From: Florian Weber <2+f.weber@noreply.git.morlana.online> Date: Wed, 12 Aug 2026 09:36:19 +0000 Subject: [PATCH] fixed quickstart links --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 2efdd36..d1a86db 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#compose). +Details and the production path: [Quickstart Compose](Quickstart#quickstart-helm). ```bash helm install aptly oci://git.morlana.online/f.weber/aptly --version ``` -Details: [Quickstart Helm](quickstart#helm). +Details: [Quickstart Helm](Quickstart#quickstart-helm). ## Keeping itself current