Skip to content

Commit

Permalink
Fixing set up ci forwarder (#4453)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?

Fixing link so old search goes to an actual page for
https://docs.getdbt.com/guides/orchestration/set-up-ci/lint-on-push.

It was forwarding to `https://docs.getdbt.com/%20/guides/set-up-ci` but
now forwards correctly to `https://docs.getdbt.com/guides/set-up-ci`

❓ One question for reviewers: Is this forwarded link helpful? I wavered
between directly linking to Step 4 for SQL Fluff and linking to the
entire guide. I opted for the guide because it feels less fragile.
  • Loading branch information
runleonarun authored Nov 13, 2023
1 parent 9f57568 commit accbc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
},
{
"source": "/guides/orchestration/set-up-ci/lint-on-push",
"destination": " /guides/set-up-ci",
"destination": "/guides/set-up-ci",
"permanent": true
},
{
Expand Down

0 comments on commit accbc41

Please sign in to comment.