From fa18019e8b3823925194edf7fca2d2932d0b31e8 Mon Sep 17 00:00:00 2001 From: Abdellah Hariti Date: Mon, 28 Oct 2024 13:27:17 +0100 Subject: [PATCH] fix launch darkly 404 fixes #11592 --- redirects.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/redirects.js b/redirects.js index 6f416026d9572..227fb87333c12 100644 --- a/redirects.js +++ b/redirects.js @@ -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',