mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
fix: integration doc links (#4756)
Co-authored-by: Matti Nannt <mail@matthiasnannt.com>
This commit is contained in:
committed by
GitHub
parent
79062a5476
commit
2e845ab0c0
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user