Skip to content

Commit aca8c50

Browse files
authored
Fix or delete broken links (#6069)
1 parent 9dafec6 commit aca8c50

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

airbyte-integrations/builds.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
| :--- | :--- |
9191
| Azure Blob Storage | [![destination-azure-blob-storage](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fdestination-azure-blob-storage%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/destination-azure-blob-storage) |
9292
| BigQuery | [![destination-bigquery](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fdestination-bigquery%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/destination-bigquery) |
93-
| Databricks | [![destination-bigquery](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fdestination-databricks%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/destination-databricks) |
93+
| Databricks | (Temporarily Not Available) |
9494
| Google Cloud Storage (GCS) | [![destination-gcs](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fdestination-s3%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/destination-gcs) |
9595
| Google PubSub | [![destination-pubsub](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fdestination-pubsub%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/destination-pubsub) |
9696
| Kafka | [![destination-kafka](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fdestination-kafka%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/destination-kafka) |

airbyte-integrations/connectors/source-close-com/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Place custom tests inside `integration_tests/` folder, then, from the connector
9595
python -m pytest integration_tests
9696
```
9797
#### Acceptance Tests
98-
Customize `acceptance-test-config.yml` file to configure tests. See [Source Acceptance Tests](source-acceptance-tests.md) for more information.
98+
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.
9999
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.
100100
To run your integration tests with acceptance tests, from the connector root, run
101101
```

airbyte-integrations/connectors/source-close-com/acceptance-test-config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# See [Source Acceptance Tests](https://docs.airbyte.io/contributing-to-airbyte/building-new-connector/source-acceptance-tests.md)
1+
# See [Source Acceptance Tests](https://docs.airbyte.io/connector-development/testing-connectors/source-acceptance-tests-reference)
22
# for more information about how to configure these tests
33
connector_image: airbyte/source-close-com:dev
44
tests:

airbyte-integrations/connectors/source-google-search-console/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Place custom tests inside `integration_tests/` folder, then, from the connector
9595
python -m pytest integration_tests
9696
```
9797
#### Acceptance Tests
98-
Customize `acceptance-test-config.yml` file to configure tests. See [Source Acceptance Tests](source-acceptance-tests.md) for more information.
98+
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.
9999
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.
100100
To run your integration tests with acceptance tests, from the connector root, run
101101
```

airbyte-integrations/connectors/source-google-search-console/acceptance-test-config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# See [Source Acceptance Tests](https://docs.airbyte.io/contributing-to-airbyte/building-new-connector/source-acceptance-tests.md)
1+
# See [Source Acceptance Tests](https://docs.airbyte.io/connector-development/testing-connectors/source-acceptance-tests-reference)
22
# for more information about how to configure these tests
33
connector_image: airbyte/source-google-search-console:dev
44
tests:

airbyte-integrations/connectors/source-lever-hiring/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ To build using Gradle, from the Airbyte repository root, run:
3838
```
3939

4040
#### Create credentials
41-
**If you are a community contributor**, follow the instructions in the [documentation](https://docs.airbyte.io/integrations/sources/lever-hiring)
42-
to generate the necessary credentials. Then create a file `secrets/config.json` conforming to the `source_lever_hiring/spec.json` file.
41+
**If you are a community contributor**, get the necessary credentials. Then create a file `secrets/config.json` conforming to the `source_lever_hiring/spec.json` file.
4342
Note that any directory named `secrets` is gitignored across the entire Airbyte repo, so there is no danger of accidentally checking in sensitive information.
4443
See `integration_tests/sample_config.json` for a sample config file.
4544

docs/project-overview/changelog/connectors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ Other progress on connectors:
407407

408408
## 03/08/2021
409409

410-
* 1 new source connector: [**MongoDB**](https://docs.airbyte.io/integrations/sources/mongodb)
410+
* 1 new source connector: **MongoDB**
411411
* **Google Analytics**: Support chunked syncs to avoid sampling
412412
* **AppStore**: fix bug where the catalog was displayed incorrectly
413413

0 commit comments

Comments
 (0)