From 658f1b0745ef03ddb8866dfad561d4c2840fff7c Mon Sep 17 00:00:00 2001 From: Erin Cochran Date: Thu, 25 Apr 2024 16:44:35 -0400 Subject: [PATCH] [docs] - Fix redirects in Cloud docs (#21434) ## Summary & Motivation This PR fixes some redirects that got bungled in the Plus switch. ## How I Tested These Changes Local --- docs/next/util/redirectUrls.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/next/util/redirectUrls.json b/docs/next/util/redirectUrls.json index 1088b53499d62..b16077c0913de 100644 --- a/docs/next/util/redirectUrls.json +++ b/docs/next/util/redirectUrls.json @@ -654,6 +654,11 @@ "destination": "/dagster-plus/managing-deployments/alerts", "statusCode": 302 }, + { + "source": "/dagster-cloud/managing-deployments/code-locations", + "destination": "/dagster-plus/managing-deployments/code-locations", + "statusCode": 302 + }, { "source": "/dagster-cloud/developing-testing/code-locations", "destination": "/dagster-plus/managing-deployments/code-locations", @@ -1046,11 +1051,11 @@ }, { "source": "/dagster-cloud/managing-deployments/dagster-cloud-yaml", - "destination": "/dagster-plus/managing-deployments/dagster-plus-yaml", + "destination": "/dagster-plus/managing-deployments/dagster-cloud-yaml", "statusCode": 302 }, { - "source": "/dagster-cloud/managing-deployments/dagster-plus-cli", + "source": "/dagster-cloud/managing-deployments/dagster-cloud-cli", "destination": "/dagster-plus/managing-deployments/dagster-plus-cli", "statusCode": 302 },