mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-27 01:19:00 +02:00
chore: update Slack App URL (#10129)
https://linear.app/unleash/issue/2-3600/update-slack-app-url-to-slack-appgetunleashio Updates the Slack App URL to: https://slack-app.getunleash.io
This commit is contained in:
parent
3034e94b20
commit
75a8b49609
@ -68,7 +68,7 @@ const slackAppDefinition: IAddonDefinition = {
|
||||
howTo: 'Below you can specify which Slack channels receive event notifications. The configuration settings allow you to choose the events and whether you want to filter them by projects and environments.\n\nYou can also select which channels to post to by configuring your feature flags with “slack” tags. For example, if you’d like the bot to post messages to the #general channel, you can configure your feature flag with the “slack:general” tag.\n\nThe Unleash Slack App bot has access to public channels by default. If you want the bot to post messages to private channels, you’ll need to invite it to those channels.',
|
||||
documentationUrl: 'https://docs.getunleash.io/docs/addons/slack-app',
|
||||
installation: {
|
||||
url: 'https://unleash-slack-app.vercel.app/install',
|
||||
url: 'https://slack-app.getunleash.io/install',
|
||||
title: 'Slack App installation',
|
||||
helpText:
|
||||
'After installing the Unleash Slack app in your Slack workspace, paste the access token into the appropriate field below in order to configure this integration.',
|
||||
|
@ -136,7 +136,7 @@ export const addonTypeSchema = {
|
||||
type: 'string',
|
||||
description:
|
||||
'A URL to where the addon configuration should redirect to install addons of this type.',
|
||||
example: 'https://unleash-slack-app.vercel.app/install',
|
||||
example: 'https://slack-app.getunleash.io/install',
|
||||
},
|
||||
title: {
|
||||
type: 'string',
|
||||
|
Loading…
Reference in New Issue
Block a user