We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a195445 commit 95fdb39Copy full SHA for 95fdb39
redirects.js
@@ -198,6 +198,10 @@ const developerDocsRedirects = [
198
199
/** @type {import('next/dist/lib/load-custom-routes').Redirect[]} */
200
const userDocsRedirects = [
201
+ {
202
+ source: '/organization/integrations/launchdarkly/',
203
+ destination: '/organization/integrations/feature-flag/launchdarkly/',
204
+ },
205
{
206
source: '/internal/:path*',
207
destination: 'https://develop.sentry.dev',
0 commit comments