From 0a11c6aed54d8f16b8b07e5c673a74005382aadf Mon Sep 17 00:00:00 2001 From: Naineel Soyantar <112230479+naineel1209@users.noreply.github.com> Date: Thu, 24 Oct 2024 04:23:00 +0530 Subject: [PATCH] fix: broken redirects on `self-hosting > integrations` docs (#3998) Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com> --- apps/docs/app/self-hosting/integrations/page.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/docs/app/self-hosting/integrations/page.mdx b/apps/docs/app/self-hosting/integrations/page.mdx index e88b3ff7d8..d9d6f9d60f 100644 --- a/apps/docs/app/self-hosting/integrations/page.mdx +++ b/apps/docs/app/self-hosting/integrations/page.mdx @@ -48,7 +48,7 @@ We have step-by-step guides to configure our third-party integrations with a sel {" "} Once you’ve configured your integration, See our Integration sections to see how to use them within your Formbricks - app [here](/how-to-formbricks/integrations) + app [here](/developer-docs/integrations/airtable) ### Step by Step Guides @@ -107,7 +107,7 @@ Enabling the Airtable Integration in a self-hosted environment requires creating - `AIRTABLE_CLIENT_ID` - `AIRTABLE_REDIRECT_URL` -Voila! You have successfully enabled the Airtable integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in [Airtable Integration with Formbricks](/integrations#airtable) section to link an Airtable with Formbricks. +Voila! You have successfully enabled the Airtable integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in [Airtable Integration with Formbricks](/developer-docs/integrations/airtable) section to link an Airtable with Formbricks. ## Google Sheets @@ -152,7 +152,7 @@ Now just copy **GOOGLE_SHEETS_CLIENT_ID**, **GOOGLE_SHEETS_CLIENT_SECRET** and * - `GOOGLE_SHEETS_CLIENT_SECRET` - `GOOGLE_SHEETS_REDIRECT_URL` -Voila! You have successfully enabled the Google Sheets integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in [Google Sheets Integration with Formbricks](/integrations#google-sheets) section to link a Google Sheet with Formbricks. +Voila! You have successfully enabled the Google Sheets integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in [Google Sheets Integration with Formbricks](/developer-docs/integrations/google-sheets) section to link a Google Sheet with Formbricks. ## Notion: @@ -170,7 +170,7 @@ Enabling the Notion Integration in a self-hosted environment requires a setup us - `NOTION_OAUTH_CLIENT_ID` - OAuth Client ID - `NOTION_OAUTH_CLIENT_SECRET` - OAuth Client Secret -Voila! You have successfully enabled the Notion integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in [Notion Integration with Formbricks](/integrations#notion) section to link your Notion with Formbricks. +Voila! You have successfully enabled the Notion integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in [Notion Integration with Formbricks](/developer-docs/integrations/notion) section to link your Notion with Formbricks. ## n8n @@ -289,7 +289,7 @@ Once the execution is successful, you'll receive the content in the discord chan className="max-w-full rounded-lg sm:max-w-3xl" /> -Voila! You have successfully enabled the n8n integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in the [Formbricks](/integrations#n8n) Integrations section to know more about the capabilities with Formbricks with n8n. +Voila! You have successfully enabled the n8n integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in the [Formbricks](/developer-docs/integrations/n8n) Integrations section to know more about the capabilities with Formbricks with n8n. ## Slack @@ -321,7 +321,7 @@ Enabling the Slack Integration in a self-hosted environment requires a setup usi 8. Now, you need to enable the public distribution of your app. Go to the **Basic Information** tab and click on the **Manage distribution** button and click on the "Distribute App". 9. Scroll down to the **Share your app with other workspaces** section, complete the checklist and click on the **Activate public distribution** button. -Voila! You have successfully enabled the Slack integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in the [Slack Integration](/integrations#slack) section to link a Slack workspace with Formbricks. +Voila! You have successfully enabled the Slack integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in the [Slack Integration](/developer-docs/integrations/slack) section to link a Slack workspace with Formbricks. ## Zapier @@ -348,7 +348,7 @@ Then, choose the event you want to trigger the Zap on: className="max-w-full rounded-lg sm:max-w-3xl" /> -Now you need an API key. Please refer to the [API Key Setup](/developer-docs/rest-api#api-key) page to learn how to create one. +Now you need an API key. Please refer to the [API Key Setup](/developer-docs/rest-api##how-to-generate-an-api-key) page to learn how to create one. Once you copied it in the newly opened Zapier window, you will be connected: @@ -359,6 +359,6 @@ Once you copied it in the newly opened Zapier window, you will be connected: className="max-w-full rounded-lg sm:max-w-3xl" /> -Voila! You have successfully configured Zapier to work with your self-hosted Formbricks instance. Now you can follow the steps mentioned in the [Zapier Integration](/integrations#zapier) section to connect it with your Formbricks app and see it live. +Voila! You have successfully configured Zapier to work with your self-hosted Formbricks instance. Now you can follow the steps mentioned in the [Zapier Integration](/developer-docs/integrations/zapier) section to connect it with your Formbricks app and see it live. ---