From b0d1ca1090ebbae4270d07d3b49ccc48f2e46b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Mello?= <6565443+viniciusdsmello@users.noreply.github.com> Date: Mon, 30 Jan 2023 16:34:19 -0300 Subject: [PATCH] fix(docs): Fixes links to docs templates (#7171) --- docs-website/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-website/README.md b/docs-website/README.md index 53f9ff9d98..56ef7b952a 100644 --- a/docs-website/README.md +++ b/docs-website/README.md @@ -41,8 +41,8 @@ Please use the following steps when adding/managing content for the docs site. ### Leverage Documentation Templates -* [Feature Guide Template](./docs/_feature-guide-template.md) -* [Metadata Ingestion Source Template](./metadata-ingestion/source-docs-template.md) +* [Feature Guide Template](../docs/_feature-guide-template.md) +* [Metadata Ingestion Source Template](../metadata-ingestion/source-docs-template.md) ### Self-Hosted vs. Managed DataHub @@ -135,4 +135,4 @@ The purpose of this section is to provide developers & technical users with conc **Feature Guides** -This section aims to provide plain-language feature overviews for both technical and non-technical readers alike. \ No newline at end of file +This section aims to provide plain-language feature overviews for both technical and non-technical readers alike.