Skip to content

Commit 95fdb39

Browse files
authored
fix launch darkly 404 (#11665)
fixes #11592
1 parent a195445 commit 95fdb39

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
@@ -198,6 +198,10 @@ const developerDocsRedirects = [
198198

199199
/** @type {import('next/dist/lib/load-custom-routes').Redirect[]} */
200200
const userDocsRedirects = [
201+
{
202+
source: '/organization/integrations/launchdarkly/',
203+
destination: '/organization/integrations/feature-flag/launchdarkly/',
204+
},
201205
{
202206
source: '/internal/:path*',
203207
destination: 'https://develop.sentry.dev',

0 commit comments

Comments
 (0)