Skip to content

Commit 485631a

Browse files
authored
fix vercel integration 404 (#11958)
1 parent d84ad61 commit 485631a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redirects.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ const userDocsRedirects = [
218218
source: '/organization/integrations/launchdarkly/',
219219
destination: '/organization/integrations/feature-flag/launchdarkly/',
220220
},
221+
{
222+
source: '/organization/integrations/vercel/',
223+
destination: '/organization/integrations/deployment/vercel/',
224+
},
221225
{
222226
source: '/product/accounts/quotas/org-stats/',
223227
destination: '/product/stats/',

0 commit comments

Comments
 (0)