Skip to content

Commit

Permalink
Fixing redirect for partial parsing (#5572)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver authored May 28, 2024
2 parents 3e5a008 + afbe421 commit 7e964ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"cleanUrls": true,
"trailingSlash": false,
"redirects": [
{
"source": "/docs/deploy/deploy-environments#partial-parsing",
"destination": "/docs/dbt-cloud-environments#partial-parsing",
"permanent": true
},
{
"source": "/docs/dbt-versions/release-notes/May-2024/no-spaces-in",
"destination": "/docs/dbt-versions/dbt-cloud-release-notes",
Expand Down

0 comments on commit 7e964ae

Please sign in to comment.