From 75a8b49609bc4df74d726129d2544ab4c3b267a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20G=C3=B3is?= Date: Thu, 12 Jun 2025 12:04:08 +0100 Subject: [PATCH] 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 --- src/lib/addons/slack-app-definition.ts | 2 +- src/lib/openapi/spec/addon-type-schema.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/addons/slack-app-definition.ts b/src/lib/addons/slack-app-definition.ts index cb4c044898..932e90f787 100644 --- a/src/lib/addons/slack-app-definition.ts +++ b/src/lib/addons/slack-app-definition.ts @@ -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.', diff --git a/src/lib/openapi/spec/addon-type-schema.ts b/src/lib/openapi/spec/addon-type-schema.ts index 15b301d113..747c7cedc8 100644 --- a/src/lib/openapi/spec/addon-type-schema.ts +++ b/src/lib/openapi/spec/addon-type-schema.ts @@ -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',