From 8abb8de7f64b27be350f9ac6e4d90701a6d01329 Mon Sep 17 00:00:00 2001 From: Michael Connell Date: Mon, 17 Jun 2024 01:21:38 -0700 Subject: [PATCH] update doc reference to link to the docs jinja function instead of all jinja functions (#5663) ## What are you changing in this pull request and why? the related docs for the docs jinja function links to all jinja functions instead of straight to docs ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. - [x] For [docs versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#about-versioning), review how to [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content). --- website/docs/docs/build/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/build/documentation.md b/website/docs/docs/build/documentation.md index 00ae02918b2..e57e7fea679 100644 --- a/website/docs/docs/build/documentation.md +++ b/website/docs/docs/build/documentation.md @@ -11,7 +11,7 @@ dbt provides a way to generate documentation for your dbt project and render it * [Declaring properties](/reference/configs-and-properties) * [`dbt docs` command](/reference/commands/cmd-docs) -* [`doc` Jinja function](/reference/dbt-jinja-functions) +* [`doc` Jinja function](/reference/dbt-jinja-functions/doc) * If you're new to dbt, we recommend that you check out our [quickstart guide](/guides) to build your first dbt project, complete with documentation. ## Assumed knowledge