Skip to content

Commit 9b6f283

Browse files
committed
add redirect for incidentio
1 parent 579569b commit 9b6f283

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
@@ -3363,6 +3363,10 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
33633363
from: '/clients/cordova/',
33643364
to: '/platforms/javascript/guides/cordova/',
33653365
},
3366+
{
3367+
from: '/organization/integrations/incidentio/',
3368+
to: '/organization/integrations/issue-tracking/incidentio/',
3369+
},
33663370
];
33673371

33683372
const DEVELOPER_DOCS_REDIRECTS: Redirect[] = [

0 commit comments

Comments
 (0)