From f4b920c11ce55305bad879ac2b2556eda32cc338 Mon Sep 17 00:00:00 2001 From: Maciej Walkowiak Date: Tue, 10 Jan 2023 21:04:09 +0100 Subject: [PATCH] docs: fix broken link to production setup guide (#5021) docs: Fix broken link to production setup guide Co-authored-by: Florian Forster --- docs/docs/self-hosting/deploy/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/self-hosting/deploy/overview.mdx b/docs/docs/self-hosting/deploy/overview.mdx index 2159a7d426..e9bd80b0c4 100644 --- a/docs/docs/self-hosting/deploy/overview.mdx +++ b/docs/docs/self-hosting/deploy/overview.mdx @@ -27,7 +27,7 @@ The easiest way to use ZITADEL is to run one of our container releases As soon as you successfully created your first test environment using one of the deployment guides in this section, you might want to configure ZITADEL for production and embed it into your system landscape. -To do so, jump straight to the [production setup guide](/docs/self-hosting//manage/production). +To do so, jump straight to the [production setup guide](/docs/self-hosting/manage/production). To achieving high availability, we recommend to use a [Kubernetes](https://kubernetes.io/docs/home/) Cluster. We have an official [Helm chart](https://artifacthub.io/packages/helm/zitadel/zitadel) for easy deployment and maintenance.