diff --git a/metadata-ingestion/archived/source_docs/business_glossary.md b/metadata-ingestion/archived/source_docs/business_glossary.md index e40f43389e..386d5f5a9d 100644 --- a/metadata-ingestion/archived/source_docs/business_glossary.md +++ b/metadata-ingestion/archived/source_docs/business_glossary.md @@ -8,7 +8,7 @@ Works with `acryl-datahub` out of the box. ## Capabilities -This plugin pulls business glossary metadata from a yaml-formatted file. An example of one such file is located in the examples directory [here](../examples/bootstrap_data/business_glossary.yml). +This plugin pulls business glossary metadata from a yaml-formatted file. An example of one such file is located in the examples directory [here](https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/examples/bootstrap_data/business_glossary.yml). ## Quickstart recipe diff --git a/metadata-ingestion/src/datahub/ingestion/source/metadata/business_glossary.py b/metadata-ingestion/src/datahub/ingestion/source/metadata/business_glossary.py index 28df9565d4..2c64c559d6 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/metadata/business_glossary.py +++ b/metadata-ingestion/src/datahub/ingestion/source/metadata/business_glossary.py @@ -257,7 +257,7 @@ def get_mces_from_term( @dataclass class BusinessGlossaryFileSource(Source): """ - This plugin pulls business glossary metadata from a yaml-formatted file. An example of one such file is located in the examples directory [here](../examples/bootstrap_data/business_glossary.yml). + This plugin pulls business glossary metadata from a yaml-formatted file. An example of one such file is located in the examples directory [here](https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/examples/bootstrap_data/business_glossary.yml). """ config: BusinessGlossarySourceConfig