Skip to content

Commit

Permalink
Fix documentation links (airbytehq#5544)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren authored Aug 20, 2021
1 parent 7b7ff33 commit 825c358
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-bing-ads/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Place custom tests inside `integration_tests/` folder, then, from the connector
python -m pytest integration_tests
```
#### Acceptance Tests
Customize `acceptance-test-config.yml` file to configure tests. See [Source Acceptance Tests](source-acceptance-tests.md) for more information.
Customize `acceptance-test-config.yml` file to configure tests. See [Source Acceptance Tests](https://docs.airbyte.io/connector-development/testing-connectors/source-acceptance-tests-reference) for more information.
If your connector requires to create or destroy resources for use during acceptance tests create fixtures for it and place them inside integration_tests/acceptance.py.
To run your integration tests with acceptance tests, from the connector root, run
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See [Source Acceptance Tests](https://docs.airbyte.io/contributing-to-airbyte/building-new-connector/source-acceptance-tests.md)
# See [Source Acceptance Tests](https://docs.airbyte.io/connector-development/testing-connectors/source-acceptance-tests-reference)
# for more information about how to configure these tests
connector_image: airbyte/source-mssql:dev
tests:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See [Source Acceptance Tests](https://docs.airbyte.io/contributing-to-airbyte/building-new-connector/source-acceptance-tests.md)
# See [Source Acceptance Tests](https://docs.airbyte.io/connector-development/testing-connectors/source-acceptance-tests-reference)
# for more information about how to configure these tests
connector_image: airbyte/source-postgres:dev
tests:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See [Source Acceptance Tests](https://docs.airbyte.io/contributing-to-airbyte/building-new-connector/source-acceptance-tests.md)
# See [Source Acceptance Tests](https://docs.airbyte.io/connector-development/testing-connectors/source-acceptance-tests-reference)
# for more information about how to configure these tests
connector_image: airbyte/source-quickbooks-singer:dev
tests:
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-shortio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Place custom tests inside `integration_tests/` folder, then, from the connector
python -m pytest integration_tests
```
#### Acceptance Tests
Customize `acceptance-test-config.yml` file to configure tests. See [Source Acceptance Tests](source-acceptance-tests.md) for more information.
Customize `acceptance-test-config.yml` file to configure tests. See [Source Acceptance Tests](https://docs.airbyte.io/connector-development/testing-connectors/source-acceptance-tests-reference) for more information.
If your connector requires to create or destroy resources for use during acceptance tests create fixtures for it and place them inside integration_tests/acceptance.py.
To run your integration tests with acceptance tests, from the connector root, run
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See [Source Acceptance Tests](https://docs.airbyte.io/contributing-to-airbyte/building-new-connector/source-acceptance-tests.md)
# See [Source Acceptance Tests](https://docs.airbyte.io/connector-development/testing-connectors/source-acceptance-tests-reference)
# for more information about how to configure these tests
connector_image: airbyte/source-shortio:dev
tests:
Expand Down
2 changes: 1 addition & 1 deletion docs/project-overview/changelog/connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ New sources:
* [**S3/Abstract Files**](https://docs.airbyte.io/integrations/sources/s3)
* [**Zuora**](https://docs.airbyte.io/integrations/sources/zuora)
* [**Kustomer**](https://docs.airbyte.io/integrations/sources/kustomer)
* [**Apify**](https://docs.airbyte.io/integrations/sources/apify)
* [**Apify**](https://docs.airbyte.io/integrations/sources/apify-dataset)
* [**Chargebee**](https://docs.airbyte.io/integrations/sources/chargebee)


Expand Down

0 comments on commit 825c358

Please sign in to comment.