From 8f00b11de2146356cd7343ee9c24c71f73c43a6b Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Fri, 23 Aug 2024 05:34:29 -0400 Subject: [PATCH] Fixing redirects (#5963) ## What are you changing in this pull request and why? Fixing a couple of 404 redirects ## Checklist - [ ] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. - [ ] For [docs versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#about-versioning), review how to [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content). - [ ] Add a checklist item for anything that needs to happen before this PR is merged, such as "needs technical review" or "change base branch." Adding or removing pages (delete if not applicable): - [ ] Add/remove page in `website/sidebars.js` - [ ] Provide a unique filename for new pages - [ ] Add an entry for deleted pages in `website/vercel.json` - [ ] Run link testing locally with `npm run build` to update the links that point to deleted pages Co-authored-by: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> --- website/vercel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/vercel.json b/website/vercel.json index 07c86328d6d..0d45a879f4a 100644 --- a/website/vercel.json +++ b/website/vercel.json @@ -3318,17 +3318,17 @@ }, { "source": "/dbt-cloud/cloud-ide/viewing-docs-in-the-ide", - "destination": "/docs/getting-started/develop-in-the-cloud", + "destination": "/docs/cloud/dbt-cloud-ide/develop-in-the-cloud", "permanent": true }, { "source": "/docs/dbt-cloud/cloud-ide/ide-beta", - "destination": "/docs/getting-started/develop-in-the-cloud", + "destination": "/docs/cloud/dbt-cloud-ide/develop-in-the-cloud", "permanent": true }, { "source": "/docs/running-a-dbt-project/using-the-dbt-ide", - "destination": "/docs/getting-started/develop-in-the-cloud", + "destination": "/docs/running-a-dbt-project/using-the-dbt-ide", "permanent": true }, {