diff --git a/modules/ROOT/pages/onboarding-guide.adoc b/modules/ROOT/pages/onboarding-guide.adoc index e350fab3a..94a0726fb 100644 --- a/modules/ROOT/pages/onboarding-guide.adoc +++ b/modules/ROOT/pages/onboarding-guide.adoc @@ -193,4 +193,4 @@ Create custom workflows using xref:HostEvent.adoc[Host Events]. * Use the in-app Live Chat support for instant help. + This feature is available only on non-embedded ThoughtSpot instances. * Contact link:https://community.thoughtspot.com/customers/s/topic/0TO3n000000erVyGAI/developers-embedding[ThoughtSpot Support and Community, window=_blank]. -* Join link:https://discord.com/invite/JHPGwCkvjQ[Discord, window=_blank] to connect with developer assistance. +* Join link:https://discord.com/invite/YBWP65W6te[Discord, window=_blank] to connect with developer assistance. diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx index ed6b3f3fa..5706adb50 100644 --- a/src/components/Header/index.tsx +++ b/src/components/Header/index.tsx @@ -43,7 +43,7 @@ const Header = (props: { }, { name: 'Discord', - link: 'https://discord.gg/JHPGwCkvjQ', + link: 'https://discord.gg/YBWP65W6te', external: true, icon: RiDiscordLine, }, diff --git a/src/components/Header/references.tsx b/src/components/Header/references.tsx index 03beb51db..dc40910ad 100644 --- a/src/components/Header/references.tsx +++ b/src/components/Header/references.tsx @@ -22,7 +22,7 @@ const References = () => { }; const links = [ - { link: 'https://discord.gg/PPgnx3YZ', icon: RiDiscordLine }, + { link: 'https://discord.gg/YBWP65W6te', icon: RiDiscordLine }, { link: 'https://github.com/thoughtspot/visual-embed-sdk', icon: FiGithub,