From 08cd63b4675e2c44ca329e6d8062e6b30fde4c28 Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Mon, 13 Nov 2023 09:55:43 -0700 Subject: [PATCH] Fix rendering of hyperlink (#4450) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Preview - Click on the "macros" tab: - https://docs-getdbt-com-git-dbeatty-docs-config-fix-link-dbt-labs.vercel.app/reference/resource-configs/docs ## What are you changing in this pull request and why? This hyperlink isn't rendering correctly: image ### 🎩 Preview after the fix: image ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) and [About versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) so my content adheres to these guidelines. - [x] I have checked the preview renders correctly --- website/docs/reference/resource-configs/docs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/reference/resource-configs/docs.md b/website/docs/reference/resource-configs/docs.md index d300979a826..c5e35dd64f4 100644 --- a/website/docs/reference/resource-configs/docs.md +++ b/website/docs/reference/resource-configs/docs.md @@ -108,7 +108,9 @@ macros: show: true | false ``` + Also refer to [macro properties](/reference/macro-properties). +