fix: Remove broken links for docs

This commit is contained in:
Faruk AYDIN
2022-08-13 19:54:10 +03:00
parent cf4f5bd084
commit 898ab41167
4 changed files with 9 additions and 9 deletions

View File

@@ -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)

View File

View File

@@ -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).

View File

@@ -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.
:::