Skip to content

Commit

Permalink
fix react native source context debug files upload 404 (#11703)
Browse files Browse the repository at this point in the history
fixes #11606
  • Loading branch information
a-hariti authored Nov 5, 2024
1 parent 9a7bded commit 1fae078
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,11 @@ const userDocsRedirects = [
source: '/organization/integrations/launchdarkly/',
destination: '/organization/integrations/feature-flag/launchdarkly/',
},
{
source:
'/platforms/react-native/data-management/debug-files/source-context/data-management/debug-files/upload/',
destination: '/platforms/react-native/data-management/debug-files/upload/',
},
];

/**
Expand Down

0 comments on commit 1fae078

Please sign in to comment.