Skip to content

Commit ff1ae48

Browse files
adds a redirect from old launchdarkly doc link to new path (#11589)
1 parent e54ace9 commit ff1ae48

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
@@ -665,6 +665,10 @@ const userDocsRedirects = [
665665
source: '/platforms/react-native/manual-setup/codepush/',
666666
destination: '/platforms/react-native/sourcemaps/uploading/codepush/',
667667
},
668+
{
669+
source: '/organization/integrations/launchdarkly/',
670+
destination: '/organization/integrations/feature-flag/launchdarkly/',
671+
},
668672
];
669673

670674
/**

0 commit comments

Comments
 (0)