We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960e7e7 commit 92bea0bCopy full SHA for 92bea0b
redirects.js
@@ -218,6 +218,10 @@ const developerDocsRedirects = [
218
219
/** @type {import('next/dist/lib/load-custom-routes').Redirect[]} */
220
const userDocsRedirects = [
221
+ {
222
+ source: '/organization/integrations/msteams/',
223
+ destination: '/organization/integrations/notification-incidents/msteams/',
224
+ },
225
{
226
source: '/product/explore/session-replay/hydration-errors/',
227
destination: '/product/issues/issue-details/replay-issues/hydration-error/',
0 commit comments