diff --git a/.gitignore b/.gitignore index 60c78c718..5d09b5189 100644 --- a/.gitignore +++ b/.gitignore @@ -84,5 +84,17 @@ content-collections.d.ts .pi +.agents/skills/typebot-customer-support +.agents/skills/typebot-discord-bot +.agents/skills/typebot-posthog .agents/skills/typebot-prod-db +.agents/skills/typebot-sentry +.agents/skills/typebot-stripe +.agents/skills/vercel +.claude/skills/typebot-customer-support +.claude/skills/typebot-discord-bot +.claude/skills/typebot-posthog .claude/skills/typebot-prod-db +.claude/skills/typebot-sentry +.claude/skills/typebot-stripe +.claude/skills/vercel diff --git a/apps/landing-page/src/constants.ts b/apps/landing-page/src/constants.ts index b4800e636..7908cc0e1 100644 --- a/apps/landing-page/src/constants.ts +++ b/apps/landing-page/src/constants.ts @@ -9,7 +9,7 @@ export const dashboardUrl = "https://app.typebot.com/typebots"; export const githubRepoUrl = "https://github.com/baptisteArno/typebot.io"; export const blueskyUrl = "https://bsky.app/profile/typebot.io"; export const linkedInUrl = "https://www.linkedin.com/company/typebot"; -export const discordUrl = "https://typebot.com/discord"; +export const discordUrl = "https://typebot.io/discord"; export const docsUrl = "https://docs.typebot.com"; export const howToGetHelpUrl = `${docsUrl}/guides/how-to-get-help`; export const stripeClimateUrl = "https://climate.stripe.com/5VCRAq";