From 6c9e70b6d05f5d86818a015effd3a2393cd2f984 Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Wed, 14 Feb 2024 08:59:34 -0700 Subject: [PATCH 1/2] Fix URL for log and target paths docs --- website/docs/reference/global-configs/yaml-configurations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/reference/global-configs/yaml-configurations.md b/website/docs/reference/global-configs/yaml-configurations.md index 73b8f558a9f..789eceba28b 100644 --- a/website/docs/reference/global-configs/yaml-configurations.md +++ b/website/docs/reference/global-configs/yaml-configurations.md @@ -19,6 +19,6 @@ config: -The exception: Some global configurations are actually set in `dbt_project.yml`, instead of `profiles.yml`, because they control where dbt places logs and artifacts. Those file paths are always relative to the location of `dbt_project.yml`. For more details, see ["Log and target paths"](#log-and-target-paths) below. +The exception: Some global configurations are actually set in `dbt_project.yml`, instead of `profiles.yml`, because they control where dbt places logs and artifacts. Those file paths are always relative to the location of `dbt_project.yml`. For more details, see ["Log and target paths"](/reference/global-configs/logs#log-and-target-paths). - \ No newline at end of file + From 663c30a633f1ad601a8e1c9d2a5b30ab369bfaad Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:06:35 +0000 Subject: [PATCH 2/2] Update website/docs/reference/global-configs/yaml-configurations.md --- website/docs/reference/global-configs/yaml-configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/global-configs/yaml-configurations.md b/website/docs/reference/global-configs/yaml-configurations.md index 789eceba28b..9bac8063c1f 100644 --- a/website/docs/reference/global-configs/yaml-configurations.md +++ b/website/docs/reference/global-configs/yaml-configurations.md @@ -19,6 +19,6 @@ config: -The exception: Some global configurations are actually set in `dbt_project.yml`, instead of `profiles.yml`, because they control where dbt places logs and artifacts. Those file paths are always relative to the location of `dbt_project.yml`. For more details, see ["Log and target paths"](/reference/global-configs/logs#log-and-target-paths). +The exception: Some global configurations are actually set in `dbt_project.yml`, instead of `profiles.yml`, because they control where dbt places logs and artifacts. Those file paths are always relative to the location of `dbt_project.yml`. For more details, refer to [Log and target paths](/reference/global-configs/logs#log-and-target-paths).