Skip to content

Commit

Permalink
Fix all broken docs links found by Ahrefs (#5060)
Browse files Browse the repository at this point in the history
* Fix broken links found by Ahrefs

* Fix another handbook link

* Fix links in meltano

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
  • Loading branch information
avaidyanatha and Abhi Vaidyanatha committed Jul 28, 2021
1 parent 5490ea2 commit e338b2a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Expand Up @@ -12,7 +12,7 @@ Place any integration tests in the `integration_tests` directory such that they

## Standard Tests

Standard tests are a fixed set of tests Airbyte provides that every Airbyte source connector must pass. While they're only required if you intend to submit your connector to Airbyte, you might find them helpful in any case. See [Testing your connectors](https://docs.airbyte.io/contributing-to-airbyte/building-new-connector/testing-connectors)
Standard tests are a fixed set of tests Airbyte provides that every Airbyte source connector must pass. While they're only required if you intend to submit your connector to Airbyte, you might find them helpful in any case. See [Testing your connectors](../../testing-connectors/README.md)

If you want to submit this connector to become a default connector within Airbyte, follow steps 8 onwards from the [Python source checklist](https://docs.airbyte.io/tutorials/tutorials/building-a-python-source#step-8-set-up-standard-tests)
If you want to submit this connector to become a default connector within Airbyte, follow steps 8 onwards from the [Python source checklist](../building-a-python-source.md#step-8-set-up-standard-tests)

2 changes: 1 addition & 1 deletion docs/faq/differences-with/meltano-vs-airbyte.md
Expand Up @@ -16,7 +16,7 @@ Meltano is a Gitlab side project. Since 2019, they have been iterating on severa

## **Airbyte:**

In contrast, Airbyte is a company fully committed to the open-source MIT project and has a [business model](https://github.com/airbytehq/airbyte/tree/428e10e727c05e5aed4235610ab86f0e5b304864/docs/company-handbook/business-model.md) in mind around this project. Our [team](https://github.com/airbytehq/airbyte/tree/428e10e727c05e5aed4235610ab86f0e5b304864/docs/company-handbook/team.md) are data integration experts that have built more than 1,000 integrations collectively at large scale. The team now counts 20 engineers working full-time on Airbyte.
In contrast, Airbyte is a company fully committed to the open-source MIT project and has a [business model](https://handbook.airbyte.io/strategy/business-model) in mind around this project. Our [team](https://airbyte.io/about-us) are data integration experts that have built more than 1,000 integrations collectively at large scale. The team now counts 20 engineers working full-time on Airbyte.

* **Airbyte supports more than 60 connectors after only 8 months since its inception**, 20% of which were built by the community. Our ambition is to support **200+ connectors by the end of 2021.**
* Airbyte’s connectors are **usable out of the box through a UI and API,** with monitoring, scheduling and orchestration. Airbyte was built on the premise that a user, whatever their background, should be able to move data in 2 minutes. Data engineers might want to use raw data and their own transformation processes, or to use Airbyte’s API to include data integration in their workflows. On the other hand, analysts and data scientists might want to use normalized consolidated data in their database or data warehouses. Airbyte supports all these use cases.
Expand Down
2 changes: 1 addition & 1 deletion docs/faq/differences-with/pipelinewise-vs-airbyte.md
Expand Up @@ -13,7 +13,7 @@ PipelineWise is an open-source project by Transferwise that was built with the p

## **Airbyte:**

In contrast, Airbyte is a company fully committed to the open-source MIT project and has a [business model in mind](https://docs.airbyte.io/company-handbook/company-handbook/business-model) around this project.
In contrast, Airbyte is a company fully committed to the open-source MIT project and has a [business model in mind](https://handbook.airbyte.io/) around this project.

* Our ambition is to support **300+ connectors by the end of 2021.** We already supported about 50 connectors at the end of 2020, just 5 months after its inception.
* Airbyte’s connectors are **usable out of the box through a UI and API,** with monitoring, scheduling and orchestration. Airbyte was built on the premise that a user, whatever their background, should be able to move data in 2 minutes. Data engineers might want to use raw data and their own transformation processes, or to use Airbyte’s API to include data integration in their workflows. On the other hand, analysts and data scientists might want to use normalized consolidated data in their database or data warehouses. Airbyte supports all these use cases.
Expand Down
4 changes: 2 additions & 2 deletions docs/faq/getting-started.md
Expand Up @@ -2,7 +2,7 @@

## **What do I need to get started using Airbyte?**

You can deploy Airbyte in several ways, as [documented here](../deploying-airbyte/). Airbyte will then help you replicate data between a source and a destination. Airbyte offers pre-built connectors for both, you can see their list [here](../project-overview/changelog/connectors.md). If you don’t see the connector you need, you can [build your connector yourself](../contributing-to-airbyte/building-new-connector/) and benefit from Airbyte’s optional scheduling, orchestration and monitoring modules.
You can deploy Airbyte in several ways, as [documented here](../deploying-airbyte/). Airbyte will then help you replicate data between a source and a destination. Airbyte offers pre-built connectors for both, you can see their list [here](../project-overview/changelog/connectors.md). If you don’t see the connector you need, you can [build your connector yourself](../connector-development) and benefit from Airbyte’s optional scheduling, orchestration and monitoring modules.

## **How long does it take to set up Airbyte?**

Expand Down Expand Up @@ -30,7 +30,7 @@ We don’t. Airbyte is to be self-hosted in your own private cloud.

## Can I set a start time for my integration?

Here the links to the docs: https://docs.airbyte.io/understading-airbyte/connections#sync-schedules
[Here](../understanding-airbyte/connections#sync-schedules) is the link to the docs on scheduling syncs.

## **Can I disable analytics in Airbyte?**

Expand Down
2 changes: 1 addition & 1 deletion docs/faq/security-and-data-audits.md
Expand Up @@ -10,5 +10,5 @@ Airbyte is a self-hosted solution, so it doesn’t bring any security or privacy

## **How does Airbyte charge?**

We don’t. All connectors are all under the MIT license. If you are curious about the business model we have in mind, please check our [company handbook](https://docs.airbyte.io/company-handbook/company-handbook/business-model).
We don’t. All connectors are all under the MIT license. If you are curious about the business model we have in mind, please check our [company handbook](https://handbook.airbyte.io/strategy/business-model).

4 changes: 2 additions & 2 deletions docs/project-overview/changelog/connectors.md
Expand Up @@ -311,7 +311,7 @@ Other progress on connectors:
## 02/02/2021

* Sources that we improved reliability for \(and that became “certified”\):
* [Certified sources](https://docs.airbyte.io/integrations/connector-health): Files and Shopify
* [Certified sources](https://docs.airbyte.io/integrations): Files and Shopify
* Enhanced continuous testing for Tempo and Looker sources
* Other fixes / features:
* Correctly handle boolean types in the File Source
Expand All @@ -326,7 +326,7 @@ Other progress on connectors:

## 01/19/2021

* **Our new** [**Connector Health Status**](../../integrations/connector-health.md) **page**
* **Our new** [**Connector Health Grade**](../../integrations) **page**
* **1 new source:** App Store \(thanks to [@Muriloo](https://github.com/Muriloo)\)
* Fixes on connectors:
* Bug fix writing boolean columns to Redshift
Expand Down

0 comments on commit e338b2a

Please sign in to comment.