Skip to content

Commit 5bdc7ea

Browse files
Redirect integrations/expo to integrations/deployment/expo (#13760)
1 parent dd7a7c5 commit 5bdc7ea

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
@@ -1170,6 +1170,10 @@ const userDocsRedirects = [
11701170
source: '/product/explore/new-trace-explorer',
11711171
destination: '/product/explore/trace-explorer/',
11721172
},
1173+
{
1174+
source: '/organization/integrations/expo/',
1175+
destination: '/organization/integrations/deployment/expo/',
1176+
},
11731177
];
11741178

11751179
/**

0 commit comments

Comments
 (0)