1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

docs: add slack app redirect (#5282)

Adds a redirect rule for the Slack App integration (fix current broken
link).
This commit is contained in:
Nuno Góis 2023-11-06 14:20:00 +00:00 committed by GitHub
parent 492767e433
commit f96554fc9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,6 +287,10 @@ module.exports = {
from: ['/addons/slack', '/reference/addons/slack'], from: ['/addons/slack', '/reference/addons/slack'],
to: '/reference/integrations/slack', to: '/reference/integrations/slack',
}, },
{
from: ['/addons/slack-app', '/reference/addons/slack-app'],
to: '/reference/integrations/slack-app',
},
{ {
from: ['/addons/teams', '/reference/addons/teams'], from: ['/addons/teams', '/reference/addons/teams'],
to: '/reference/integrations/teams', to: '/reference/integrations/teams',
@ -645,10 +649,10 @@ module.exports = {
to: '/using-unleash/deploy/google-auth-hook', to: '/using-unleash/deploy/google-auth-hook',
}, },
{ {
from:[ from:[
'/deploy/migration_guide', '/deploy/migration_guide',
'/reference/deploy/migration-guide', '/reference/deploy/migration-guide',
], ],
to: '/using-unleash/deploy/upgrading-unleash', to: '/using-unleash/deploy/upgrading-unleash',
}, },
{ {