Fixed Broken docs links (#9125)

This commit is contained in:
Onkar Ravgan 2022-12-02 20:12:06 +05:30 committed by GitHub
parent a47a83b64d
commit 23468fb868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -11,4 +11,4 @@ OpenMetadata Ingestion is a simple framework to build connectors and ingest meta
### Docs
Please refer to the documentation here https://docs.open-metadata.org/openmetadata/connectors
Please refer to the documentation here https://docs.open-metadata.org/connectors

View File

@ -13,7 +13,7 @@
OpenMetadata Airflow Lineage Backend example. Airflow provides a pluggable lineage backend that can
read a DAG's configured inlets and outlets to compose a lineage. With OpenMetadata we have a airflow lineage backend
to get all of the workflows in Airflow and also any lineage user's configured.
Please refer to https://docs.open-metadata.org/openmetadata/connectors/pipeline/airflow/lineage-backend on how to configure the lineage backend
Please refer to https://docs.open-metadata.org/connectors/pipeline/airflow/lineage-backend on how to configure the lineage backend
with Airflow Scheduler
This is an example to demonstrate on how to configure a Airflow DAG's inlets and outlets
"""

View File

@ -129,7 +129,7 @@ def set_google_credentials(gcs_credentials: GCSCredentials) -> None:
raise InvalidGcsConfigException(
f"Error trying to set GCS credentials with {gcs_credentials}."
" Check https://docs.open-metadata.org/openmetadata/connectors/database/bigquery "
" Check https://docs.open-metadata.org/connectors/database/bigquery "
)