Skip to content

Commit

Permalink
fix launch darkly 404 (#11665)
Browse files Browse the repository at this point in the history
fixes #11592
  • Loading branch information
a-hariti authored Oct 28, 2024
1 parent a195445 commit 95fdb39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ const developerDocsRedirects = [

/** @type {import('next/dist/lib/load-custom-routes').Redirect[]} */
const userDocsRedirects = [
{
source: '/organization/integrations/launchdarkly/',
destination: '/organization/integrations/feature-flag/launchdarkly/',
},
{
source: '/internal/:path*',
destination: 'https://develop.sentry.dev',
Expand Down

0 comments on commit 95fdb39

Please sign in to comment.