Skip to content

Commit c114c05

Browse files
authored
chore(alerts): add docs redirect (#16029)
1 parent 46b7214 commit c114c05

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

redirects.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,6 +1340,10 @@ const userDocsRedirects = [
13401340
source: '/platforms/javascript/guides/nextjs/usage/',
13411341
destination: '/platforms/javascript/guides/nextjs/capturing-errors/',
13421342
},
1343+
{
1344+
source: '/product/new-monitors-and-alerts/alerts/:path*',
1345+
destination: '/product/alerts/:path*',
1346+
},
13431347
];
13441348

13451349
/**

0 commit comments

Comments
 (0)