From 67bec6cf831b3cea4277cd6008b514b811576845 Mon Sep 17 00:00:00 2001 From: Chris Collins Date: Thu, 18 Aug 2022 19:52:54 -0400 Subject: [PATCH] fix(docs) Fix link from Business Glossary ingestion page (#5680) Co-authored-by: Chris Collins --- metadata-ingestion/archived/source_docs/business_glossary.md | 2 +- .../src/datahub/ingestion/source/metadata/business_glossary.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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