From 182d4d1cd27297b4ae528e7ed82dc45c9bc13d6a Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Fri, 4 Mar 2022 23:52:53 +0530 Subject: [PATCH] doc: improve doc on adding source (#4316) --- metadata-ingestion/adding-source.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/metadata-ingestion/adding-source.md b/metadata-ingestion/adding-source.md index bc22ffe304761..1672213b3af24 100644 --- a/metadata-ingestion/adding-source.md +++ b/metadata-ingestion/adding-source.md @@ -51,8 +51,7 @@ Tests go in the `tests` directory. We use the [pytest framework](https://pytest. ### 7. Write docs -Add the plugin to the table at the top of the README file, and add the source's documentation underneath the sources -header. +Add the plugin to the table under [CLI Sources List](../docs/cli.md#sources), and add the source's documentation underneath the [sources folder](https://github.com/linkedin/datahub/tree/master/metadata-ingestion/source_docs). ### 8. Add SQL Alchemy mapping (if applicable)