Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/onboarding-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const Header = (props: {
},
{
name: 'Discord',
link: 'https://discord.gg/JHPGwCkvjQ',
link: 'https://discord.gg/YBWP65W6te',
external: true,
icon: RiDiscordLine,
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/references.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading