From 558820f2712113f7c96937131f7591919b59876e Mon Sep 17 00:00:00 2001 From: mffap Date: Tue, 2 Aug 2022 20:21:57 +0200 Subject: [PATCH] chore(docs): update links to status page (#4100) * remove status from footer * update status link * status to zitadel.com --- docs/docs/legal/support-services.md | 2 +- docs/docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/legal/support-services.md b/docs/docs/legal/support-services.md index 25a700d2d5..ce9d37e56a 100644 --- a/docs/docs/legal/support-services.md +++ b/docs/docs/legal/support-services.md @@ -72,7 +72,7 @@ eMail Support | support@zitadel.com Chat Support | Private chat channel between CAOS and Customer that is opened when Subscription becomes active Phone Support | +41 43 215 27 34 -- ZITADEL Cloud system status, incidents and maintenance windows will be communicated via [our status page](https://status.zitadel.ch). +- ZITADEL Cloud system status, incidents and maintenance windows will be communicated via [our status page](https://status.zitadel.com). - Questions regarding pricing, billing, and invoicing of our services should be addressed to billing@zitadel.com - Security related questions and incidents can also be directly addressed to security@zitadel.com diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index de3b99ac85..ef9600cb5d 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -147,7 +147,7 @@ module.exports = { }, { label: "Status", - href: "https://status.zitadel.ch/", + href: "https://status.zitadel.com/", } ], },