From 898ab41167ffeb244c027f6b5e0549d1bcd39163 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Sat, 13 Aug 2022 19:54:10 +0300 Subject: [PATCH] fix: Remove broken links for docs --- packages/docs/pages/guide/available-apps.md | 10 +++++----- packages/docs/pages/guide/create-flow.md | 0 packages/docs/pages/guide/installation.md | 4 ++-- packages/docs/pages/guide/key-concepts.md | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 packages/docs/pages/guide/create-flow.md diff --git a/packages/docs/pages/guide/available-apps.md b/packages/docs/pages/guide/available-apps.md index 53c3fe67..bd1ebfb9 100644 --- a/packages/docs/pages/guide/available-apps.md +++ b/packages/docs/pages/guide/available-apps.md @@ -2,8 +2,8 @@ Following integrations are currently supported by Automatisch. -- [Github](/integrations/github) -- [Scheduler](/integrations/scheduler) -- [Slack](/integrations/scheduler) -- [Twitter](/integrations/twitter) -- [Typeform](/integrations/typeform) +- [Github](/connections/github) +- [Scheduler](/connections/scheduler) +- [Slack](/connections/scheduler) +- [Twitter](/connections/twitter) +- [Typeform](/connections/typeform) diff --git a/packages/docs/pages/guide/create-flow.md b/packages/docs/pages/guide/create-flow.md new file mode 100644 index 00000000..e69de29b diff --git a/packages/docs/pages/guide/installation.md b/packages/docs/pages/guide/installation.md index e8ede533..65980452 100644 --- a/packages/docs/pages/guide/installation.md +++ b/packages/docs/pages/guide/installation.md @@ -39,6 +39,6 @@ docker run -it \ ## Let's discover! -✌️ That's it; you have Automatisch running. Let's check it out by browsing [http://localhost:3000](http://localhost:3000) +✌️ That's it; you have Automatisch running. Let's check it out by browsing [http://localhost:3000](#) -If you see any problem while installing Automatisch, let us know via [github issues](https://github.com/automatisch/automatisch/issues) or our [discord server](https://discord.gg/dJSah9CVrC). +If you see any problem while installing Automatisch, let us know via [github issues](#) or our [discord server](https://discord.gg/dJSah9CVrC). diff --git a/packages/docs/pages/guide/key-concepts.md b/packages/docs/pages/guide/key-concepts.md index e5b19e8d..bbf64953 100644 --- a/packages/docs/pages/guide/key-concepts.md +++ b/packages/docs/pages/guide/key-concepts.md @@ -4,11 +4,11 @@ We will cover four main terms of Automatisch before creating our first flow. ## App -👉 Apps are the third-party services you can use with Automatisch like Twitter, Github, Twilio. You can check the complete list of available apps [here](/integrations/available-apps). Automatisch aims to connect those apps to build workflows. So whenever you work with other concepts of Automatisch, you will use apps. +👉 Apps are the third-party services you can use with Automatisch like Twitter, Github, Twilio. You can check the complete list of available apps [here](/guide/available-apps). Automatisch aims to connect those apps to build workflows. So whenever you work with other concepts of Automatisch, you will use apps. :::tip -You can request a new integration [here](/integrations/request-integration). We will collect all the requests and prioritize the most requested ones. +You can request a new integration [here](/guide/request-integration). We will collect all the requests and prioritize the most requested ones. :::