Skip to content

Commit

Permalink
[docs] - Fix redirects in Cloud docs (#21434)
Browse files Browse the repository at this point in the history
## Summary & Motivation

This PR fixes some redirects that got bungled in the Plus switch.

## How I Tested These Changes

Local
  • Loading branch information
erinkcochran87 authored Apr 25, 2024
1 parent 357f26d commit 658f1b0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/next/util/redirectUrls.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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
},
Expand Down

1 comment on commit 658f1b0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-gbcsybe7b-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 658f1b0.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.