From efdeaaf39d4d25989c0f423fc032178f15468835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Racedo?= Date: Mon, 29 Sep 2025 13:33:47 -0300 Subject: [PATCH] docs: added a redirect from the old billing docs page to the new knowledge base section (#10817) # Which Problems Are Solved Added a redirect from the old billing docs page to the new knowledge base section. --- docs/vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/vercel.json b/docs/vercel.json index c4ee0ee6e65..74320fbf084 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -218,6 +218,11 @@ "source": "/docs/guides/integrate/login/login-users#password-reset", "destination": "/docs/guides/integrate/login/hosted-login#password-reset", "permanent": true + }, + { + "source": "/docs/legal/service-description/billing", + "destination": "https://help.zitadel.com/pricing-and-billing-of-zitadel-services", + "permanent": true } ] }