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'],
|
||||
to: '/reference/integrations/slack',
|
||||
},
|
||||
{
|
||||
from: ['/addons/slack-app', '/reference/addons/slack-app'],
|
||||
to: '/reference/integrations/slack-app',
|
||||
},
|
||||
{
|
||||
from: ['/addons/teams', '/reference/addons/teams'],
|
||||
to: '/reference/integrations/teams',
|
||||
|
Loading…
Reference in New Issue
Block a user