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 06df044 commit 30a88f3Copy full SHA for 30a88f3
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/rootly/',
223
+ destination: '/organization/integrations/notification-incidents/rootly/',
224
+ },
225
{
226
source: '/account/cli/configuration/',
227
destination: '/cli/configuration/',
0 commit comments