Skip to content

Commit 30a88f3

Browse files
authored
Fix rootly integration 404 (#15315)
Closes #15092
1 parent 06df044 commit 30a88f3

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/rootly/',
223+
destination: '/organization/integrations/notification-incidents/rootly/',
224+
},
221225
{
222226
source: '/account/cli/configuration/',
223227
destination: '/cli/configuration/',

0 commit comments

Comments
 (0)