Fix (#6984) doc links in OpenMetaData (#6986)

* Fix doc links in OpenMetaData

* Link updated

* remove unwanted file

* changes as per comments

* Changes as per comments
This commit is contained in:
Ashish Gupta 2022-08-29 19:38:54 +05:30 committed by GitHub
parent 2238bc2466
commit b59878e1b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 10 deletions

View File

@ -2,6 +2,6 @@
We ❤️ all contributions, big and small!
Read [Build Code and Run Tests](https://docs.open-metadata.org/developer/build-code-and-run-tests) for how to setup your local development environment. Get started with our [Good first issues](https://github.com/open-metadata/OpenMetadata/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
Read [Build Code and Run Tests](https://docs.open-metadata.org/developers/contribute/build-code-and-run-tests) for how to setup your local development environment. Get started with our [Good first issues](https://github.com/open-metadata/OpenMetadata/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
If you want to, you can reach out via [Slack](https://openmetadata.slack.com/join/shared_invite/zt-wksh1bww-iQGk45NTw6Tp4Q9UZd6QOw#/shared-invite/email) and we'll set up a pair programming session to get you started.

View File

@ -38,7 +38,7 @@ OpenMetadata includes the following:
## Features
Check all the supported features [here](https://docs.open-metadata.org/features) ✨
Check all the supported features [here](https://docs.open-metadata.org/overview/features) ✨
![](./openmetadata-docs/images/readme/lineage.gif)

View File

@ -219,7 +219,7 @@ public class CatalogApplication extends Application<CatalogApplicationConfig> {
"There are pending migrations to be run on the database."
+ " Please backup your data and run `./bootstrap/bootstrap_storage.sh migrate-all`."
+ " You can find more information on upgrading OpenMetadata at"
+ " https://docs.open-metadata.org/deployment/upgrade");
+ " https://docs.open-metadata.org/deployment/upgrade ");
}
}

View File

@ -13,7 +13,7 @@ central JSON Schemas that define our APIs and Entities.
### Docs
Please refer to the documentation here https://docs.open-metadata.org/connectors
Please refer to the documentation here https://docs.open-metadata.org/openmetadata/connectors
### Contribution

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/connectors
Please refer to the documentation here https://docs.open-metadata.org/openmetadata/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/lineage/configure-airflow-lineage on how to configure the lineage backend
Please refer to https://docs.open-metadata.org/openmetadata/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

@ -120,5 +120,5 @@ 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/connectors/bigquery"
" Check https://docs.open-metadata.org/openmetadata/connectors/database/bigquery "
)

View File

@ -29,13 +29,13 @@ const stepsData = [
title: 'Ingest Sample Data',
description:
'Run sample data to ingest sample entities into your OpenMetadata.',
link: 'https://docs.open-metadata.org/integrations/ingest-sample-data',
link: 'https://docs.open-metadata.org/openmetadata/ingestion/workflows/profiler',
},
{
step: 2,
title: 'Start Elasticsearch Docker',
description: 'Ensure that the Elasticsearch docker is up and running.',
link: 'https://docs.open-metadata.org/integrations/ingest-sample-data#index-sample-data-into-elasticsearch',
link: 'https://docs.open-metadata.org/quick-start/local-deployment',
},
{
step: 3,

View File

@ -407,7 +407,7 @@ export const getNoLineageDataPlaceholder = () => {
target="_blank"
to={{
pathname:
'https://docs.open-metadata.org/install/metadata-ingestion/airflow/configure-airflow-lineage',
'https://docs.open-metadata.org/openmetadata/connectors/pipeline/airflow/lineage-backend',
}}>
here.
</Link>