Skip to content

Commit 92bea0b

Browse files
authored
fix(404): msteams integration redirect (#12265)
1 parent 960e7e7 commit 92bea0b

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
@@ -218,6 +218,10 @@ const developerDocsRedirects = [
218218

219219
/** @type {import('next/dist/lib/load-custom-routes').Redirect[]} */
220220
const userDocsRedirects = [
221+
{
222+
source: '/organization/integrations/msteams/',
223+
destination: '/organization/integrations/notification-incidents/msteams/',
224+
},
221225
{
222226
source: '/product/explore/session-replay/hydration-errors/',
223227
destination: '/product/issues/issue-details/replay-issues/hydration-error/',

0 commit comments

Comments
 (0)