fix: use const slack link (#6935)

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov 2024-10-15 16:55:11 +07:00 committed by GitHub
parent a337bb128c
commit 2c45db6c41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ import { SupportClientFactory, SupportConversation, SupportSystem } from './type
export * from './types' export * from './types'
export { deleteSupportConversation, updateSupportConversation } from './utils' export { deleteSupportConversation, updateSupportConversation } from './utils'
export const supportLink = 'https://join.slack.com/t/hulycommunity/shared_invite/zt-2cyrevz8g-AGqEDZNsujbn4wHOWd7myg' export const supportLink = 'https://huly.link/slack'
export const reportBugLink = 'https://github.com/hcengineering/platform/issues/new' export const reportBugLink = 'https://github.com/hcengineering/platform/issues/new'
export const docsLink = 'http://docs.huly.io/' export const docsLink = 'http://docs.huly.io/'
export const privacyPolicyLink = 'https://v1.huly.io/legal/privacy/' export const privacyPolicyLink = 'https://v1.huly.io/legal/privacy/'