Skip to content

Commit 5bf66c2

Browse files
committed
Add redirect from old to new deep search URL
We moved it but the product deep links to the old location. Test plan: CI.
1 parent f284e90 commit 5bf66c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/data/redirects.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6868,6 +6868,11 @@ const redirectsData = [
68686868
destination: '/analytics',
68696869
permanent: true
68706870
},
6871+
{
6872+
source: '/code-search/types/deep-search',
6873+
destination: '/deep-search',
6874+
permanent: true
6875+
},
68716876
];
68726877

68736878
const updatedRedirectsData = redirectsData.map(redirect => {

0 commit comments

Comments
 (0)