mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-24 06:43:16 +03:00
fix: use const slack link (#6935)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
parent
a337bb128c
commit
2c45db6c41
@ -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/'
|
||||||
|
Loading…
Reference in New Issue
Block a user