Skip to content

Commit 3b8ae85

Browse files
authored
add redirect for incidentio (#12310)
1 parent 8ccaa17 commit 3b8ae85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/middleware.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3375,6 +3375,10 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
33753375
from: '/clients/cordova/',
33763376
to: '/platforms/javascript/guides/cordova/',
33773377
},
3378+
{
3379+
from: '/organization/integrations/incidentio/',
3380+
to: '/organization/integrations/issue-tracking/incidentio/',
3381+
},
33783382
];
33793383

33803384
const DEVELOPER_DOCS_REDIRECTS: Redirect[] = [

0 commit comments

Comments
 (0)