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:
parent
492767e433
commit
f96554fc9c
@ -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',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user