From ad788aad8f1ad9aba0e63b3d1fb7ec214c7571a2 Mon Sep 17 00:00:00 2001 From: Hristo Iliev Date: Wed, 15 Jan 2025 15:53:27 +0200 Subject: [PATCH] fix: links to helm chart from installation manual (#2376) Fix links Solves PZ-4991 Co-authored-by: Hristo Iliev --- docs/manuals/installation-guide/installation-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manuals/installation-guide/installation-guide.md b/docs/manuals/installation-guide/installation-guide.md index 9c015eb08f..9635ff5167 100644 --- a/docs/manuals/installation-guide/installation-guide.md +++ b/docs/manuals/installation-guide/installation-guide.md @@ -1,5 +1,5 @@ # Installation guide -To install ZAC you can use our [Helm chart](../../helm) and fill-in all values that do not have a default value (they have an empty object, array or string). +To install ZAC you can use our [Helm chart](../../../helm) and fill-in all values that do not have a default value (they have an empty object, array or string). -You can see the description of all values in the Helm chart [documentation](../../helm/README.md). +You can see the description of all values in the Helm chart [documentation](../../../helm/README.md).