From 2e845ab0c089fc48ff64f36e49b226e192e20959 Mon Sep 17 00:00:00 2001 From: Dhruwang Jariwala <67850763+Dhruwang@users.noreply.github.com> Date: Tue, 18 Feb 2025 21:41:39 +0530 Subject: [PATCH] fix: integration doc links (#4756) Co-authored-by: Matti Nannt --- .../[environmentId]/integrations/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/web/app/(app)/environments/[environmentId]/integrations/page.tsx b/apps/web/app/(app)/environments/[environmentId]/integrations/page.tsx index c8dd34b772..1b887bc3c5 100644 --- a/apps/web/app/(app)/environments/[environmentId]/integrations/page.tsx +++ b/apps/web/app/(app)/environments/[environmentId]/integrations/page.tsx @@ -88,7 +88,7 @@ const Page = async (props) => { const widgetSetupCompleted = !!environment?.appSetupCompleted; const integrationCards = [ { - docsHref: "https://formbricks.com/docs/integrations/zapier", + docsHref: "https://formbricks.com/docs/xm-and-surveys/core-features/integrations/zapier", docsText: t("common.docs"), docsNewTab: true, connectHref: "https://zapier.com/apps/formbricks/integrations", @@ -110,7 +110,7 @@ const Page = async (props) => { connectHref: `/environments/${params.environmentId}/integrations/webhooks`, connectText: t("environments.integrations.manage_webhooks"), connectNewTab: false, - docsHref: "https://formbricks.com/docs/api/management/webhooks", + docsHref: "https://formbricks.com/docs/xm-and-surveys/core-features/integrations/webhooks", docsText: t("common.docs"), docsNewTab: true, label: "Webhooks", @@ -129,7 +129,7 @@ const Page = async (props) => { connectHref: `/environments/${params.environmentId}/integrations/google-sheets`, connectText: `${isGoogleSheetsIntegrationConnected ? t("common.manage") : t("common.connect")}`, connectNewTab: false, - docsHref: "https://formbricks.com/docs/integrations/google-sheets", + docsHref: "https://formbricks.com/docs/xm-and-surveys/core-features/integrations/google-sheets", docsText: t("common.docs"), docsNewTab: true, label: "Google Sheets", @@ -143,7 +143,7 @@ const Page = async (props) => { connectHref: `/environments/${params.environmentId}/integrations/airtable`, connectText: `${isAirtableIntegrationConnected ? t("common.manage") : t("common.connect")}`, connectNewTab: false, - docsHref: "https://formbricks.com/docs/integrations/airtable", + docsHref: "https://formbricks.com/docs/xm-and-surveys/core-features/integrations/airtable", docsText: t("common.docs"), docsNewTab: true, label: "Airtable", @@ -157,7 +157,7 @@ const Page = async (props) => { connectHref: `/environments/${params.environmentId}/integrations/slack`, connectText: `${isSlackIntegrationConnected ? t("common.manage") : t("common.connect")}`, connectNewTab: false, - docsHref: "https://formbricks.com/docs/integrations/slack", + docsHref: "https://formbricks.com/docs/xm-and-surveys/core-features/integrations/slack", docsText: t("common.docs"), docsNewTab: true, label: "Slack", @@ -168,7 +168,7 @@ const Page = async (props) => { disabled: isReadOnly, }, { - docsHref: "https://formbricks.com/docs/integrations/n8n", + docsHref: "https://formbricks.com/docs/xm-and-surveys/core-features/integrations/n8n", connectText: `${isN8nIntegrationConnected ? t("common.manage") : t("common.connect")}`, docsText: t("common.docs"), docsNewTab: true, @@ -187,7 +187,7 @@ const Page = async (props) => { disabled: isReadOnly, }, { - docsHref: "https://formbricks.com/docs/integrations/make", + docsHref: "https://formbricks.com/docs/xm-and-surveys/core-features/integrations/make", docsText: t("common.docs"), docsNewTab: true, connectHref: "https://www.make.com/en/integrations/formbricks", @@ -209,7 +209,7 @@ const Page = async (props) => { connectHref: `/environments/${params.environmentId}/integrations/notion`, connectText: `${isNotionIntegrationConnected ? t("common.manage") : t("common.connect")}`, connectNewTab: false, - docsHref: "https://formbricks.com/docs/integrations/notion", + docsHref: "https://formbricks.com/docs/xm-and-surveys/core-features/integrations/notion", docsText: t("common.docs"), docsNewTab: true, label: "Notion", @@ -220,7 +220,7 @@ const Page = async (props) => { disabled: isReadOnly, }, { - docsHref: "https://formbricks.com/docs/integrations/activepieces", + docsHref: "https://formbricks.com/docs/xm-and-surveys/core-features/integrations/activepieces", docsText: t("common.docs"), docsNewTab: true, connectHref: "https://www.activepieces.com/pieces/formbricks",