Skip to content

Commit

Permalink
[#4011] Fix broken links in the docs (#4012)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljupcovangelski committed Jan 20, 2023
1 parent 830b804 commit fca3a7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
We love every form of contribution. By participating in this project, you
agree to abide to the `Airy` [code of conduct](/code_of_conduct.md).

Please read our [contributing guide](/docs/docs/guides/contributing.md) to
Please read our [contributing guide](/docs/docs/guides/contributing-to-airy.md) to
learn how to develop with the `Airy Core Platform` and what conventions we
follow.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ real-time and historical data to wherever you need it.

Airy Core comes with all the components you need to stream historical and real-time data.

- πŸ’¬ Pre-built and easily configurable [connectors](https://airy.co/docs/core/sources/introduction)
- πŸ’¬ Pre-built and easily configurable [connectors](https://airy.co/docs/core/connectors/sources/introduction)

By ingesting all real-time events and continuously processing, aggregating and joining them in the stream, development time can be significantly reduced. Through integrations with pre-built and easily configured connectors, events are consumed from any source, including business systems such as ERP/CRM, conversational sources, third party APIs. Airy also comes with an SDK to build custom connectors to any source.

Expand All @@ -88,7 +88,7 @@ clients to receive near real-time updates about data flowing through the system.
A webhook integration server that allows its users to create actionable workflows (the webhook integration
exposes events users can "listen" to and react programmatically.)

- πŸ’Ž[UI: From a control center to dashboards](https://airy.co/docs/core/apps/ui/introduction)
- πŸ’Ž[UI](https://airy.co/docs/core/ui/overview) to access the data and the control center through a browser

No-code interfaces to manage and control Airy, your connectors and your streams.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
pathType: Prefix
backend:
service:
name: source-api
name: integration-source-api
port:
number: 80
- path: /conversations
Expand Down

0 comments on commit fca3a7a

Please sign in to comment.