diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 41a3f608300..cf7410b9b4f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/README.md b/README.md index 7dd45705f8f..cbd897fa2fc 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/catalog-rest-service/src/main/java/org/openmetadata/catalog/CatalogApplication.java b/catalog-rest-service/src/main/java/org/openmetadata/catalog/CatalogApplication.java index 13802aac1a8..391d42f48ed 100644 --- a/catalog-rest-service/src/main/java/org/openmetadata/catalog/CatalogApplication.java +++ b/catalog-rest-service/src/main/java/org/openmetadata/catalog/CatalogApplication.java @@ -219,7 +219,7 @@ public class CatalogApplication extends Application { "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 "); } } diff --git a/ingestion-core/README.md b/ingestion-core/README.md index 8cbbd21868c..9080a188d0c 100644 --- a/ingestion-core/README.md +++ b/ingestion-core/README.md @@ -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 diff --git a/ingestion/README.md b/ingestion/README.md index 47c13186baf..f3c0d5d7335 100644 --- a/ingestion/README.md +++ b/ingestion/README.md @@ -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 diff --git a/ingestion/examples/airflow/dags/airflow_lineage_example.py b/ingestion/examples/airflow/dags/airflow_lineage_example.py index aebe87b5e05..75725649881 100644 --- a/ingestion/examples/airflow/dags/airflow_lineage_example.py +++ b/ingestion/examples/airflow/dags/airflow_lineage_example.py @@ -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 """ diff --git a/ingestion/src/metadata/utils/credentials.py b/ingestion/src/metadata/utils/credentials.py index 5ddb31e925a..df1a9d67b5c 100644 --- a/ingestion/src/metadata/utils/credentials.py +++ b/ingestion/src/metadata/utils/credentials.py @@ -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 " ) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/common/error-with-placeholder/ErrorPlaceHolderES.tsx b/openmetadata-ui/src/main/resources/ui/src/components/common/error-with-placeholder/ErrorPlaceHolderES.tsx index 3451dfc41dc..2e3a3eabbc8 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/common/error-with-placeholder/ErrorPlaceHolderES.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/common/error-with-placeholder/ErrorPlaceHolderES.tsx @@ -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, diff --git a/openmetadata-ui/src/main/resources/ui/src/utils/EntityLineageUtils.tsx b/openmetadata-ui/src/main/resources/ui/src/utils/EntityLineageUtils.tsx index 010c21c6d53..01f00b95804 100644 --- a/openmetadata-ui/src/main/resources/ui/src/utils/EntityLineageUtils.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/utils/EntityLineageUtils.tsx @@ -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.