Skip to content

Commit b9e9197

Browse files
a-haritibitsandfoxes
authored andcommitted
fix telegram notifications 404 (#13245)
closes #13241
1 parent 572a91e commit b9e9197

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/telegram-alerts-bot/',
223+
destination: '/organization/integrations/notification-incidents/telegram-alerts-bot/',
224+
},
221225
{
222226
source: '/platforms/php/configuration/integrations/',
223227
destination: '/platforms/php/integrations/',

0 commit comments

Comments
 (0)