diff --git a/website/docs/reference/global-configs/about-global-configs.md b/website/docs/reference/global-configs/about-global-configs.md index 4daaec36aa8..fa25d27059e 100644 --- a/website/docs/reference/global-configs/about-global-configs.md +++ b/website/docs/reference/global-configs/about-global-configs.md @@ -11,8 +11,8 @@ Global configs control things like the visual output of logs, the manner in whic ### Global config precedence Starting in v1.0, you can set global configs in three places. dbt will pick the config in the following order (lower takes priority): -1. [user config](https://docs.getdbt.com/docs/core/connect-data-platform/profiles.yml#user-config) +1. [user config](https://docs.getdbt.com/reference/global-configs/yaml-configurations) 1. [environment variable](https://docs.getdbt.com/reference/global-configs/environment-variable-configs) -1. [CLI flag](https://docs.getdbt.com/reference/global-cli-flags) +1. [CLI flag](https://docs.getdbt.com/reference/global-configs/command-line-flags) i.e., if all three are provided, then the CLI flag takes precedence.