From 90d67a42cf10e83c3fd28f7bd9ba263b60b7bcfd Mon Sep 17 00:00:00 2001 From: Federico Coppede Date: Fri, 22 Aug 2025 08:36:23 -0300 Subject: [PATCH] docs: update status page URL (#10528) old status page URL: status.zitadel.com new status page URL: zitadelstatus.com Co-authored-by: Florian Forster (cherry picked from commit 756f81534a902eada1b63566931c2dff8d20ce09) --- docs/docs/legal/service-description/support-services.mdx | 2 +- docs/docs/support/software-release-cycles-support.md | 4 ++-- docs/docusaurus.config.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/legal/service-description/support-services.mdx b/docs/docs/legal/service-description/support-services.mdx index 1da9d41d229..5f7432f68a3 100644 --- a/docs/docs/legal/service-description/support-services.mdx +++ b/docs/docs/legal/service-description/support-services.mdx @@ -117,7 +117,7 @@ eMail Support | support@zitadel.com Chat Support | Private chat channel between ZITADEL 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.com). +- ZITADEL Cloud system status, incidents and maintenance windows will be communicated via [our status page](https://zitadelstatus.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/docs/support/software-release-cycles-support.md b/docs/docs/support/software-release-cycles-support.md index 4a9484dd27d..ef507b98c71 100644 --- a/docs/docs/support/software-release-cycles-support.md +++ b/docs/docs/support/software-release-cycles-support.md @@ -111,8 +111,8 @@ During deployments, we strive to minimize any disruptions and do not expect any ### Release deployment with risk of downtime In rare situations where deploying releases that may carry a risk of increased latency or short downtime, we have a well-defined procedure in place to ensure transparent communication. -Prior to such deployments, we publish information on our status page, which can be accessed by visiting [https://status.zitadel.com/](https://status.zitadel.com/). -We also recommend that you subscribe to those updates on the [status page](https://status.zitadel.com/). +Prior to such deployments, we publish information on our status page, which can be accessed by visiting [https://zitadelstatus.com](https://zitadelstatus.com). +We also recommend that you subscribe to those updates on the [status page](https://zitadelstatus.com). We make it a priority to inform you of any potential impact well in advance. In adherence to our commitment to transparency, we provide a minimum notice period of five working days before deploying a release that poses a risk of downtime. diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 0af3063972a..247929b66ef 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -174,7 +174,7 @@ module.exports = { }, { label: "Status", - href: "https://status.zitadel.com/", + href: "https://zitadelstatus.com", }, ], },