Skip to content

Commit e80a670

Browse files
committed
fix react native source context debug files upload 404
fixes #11606
1 parent 1fb993b commit e80a670

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

redirects.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,11 @@ const userDocsRedirects = [
793793
source: '/organization/integrations/launchdarkly/',
794794
destination: '/organization/integrations/feature-flag/launchdarkly/',
795795
},
796+
{
797+
source:
798+
'/platforms/react-native/data-management/debug-files/source-context/data-management/debug-files/upload/',
799+
destination: '/platforms/react-native/data-management/debug-files/upload/',
800+
},
796801
];
797802

798803
/**

0 commit comments

Comments
 (0)