Skip to content

Commit a093e4f

Browse files
authored
Add redirect from old to new deep search URL (#1248)
We moved it but the product deep links to the old location. Test plan: CI.
1 parent f9fa1ae commit a093e4f

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)