From edb3a5b2559e825368bfb776ac7e43d22709674c Mon Sep 17 00:00:00 2001 From: nataliefiann <120089939+nataliefiann@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:29:48 +0000 Subject: [PATCH] Update website/docs/guides/duckdb-qs.md Co-authored-by: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> --- website/docs/guides/duckdb-qs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/duckdb-qs.md b/website/docs/guides/duckdb-qs.md index f0106be17dc..a1319f32976 100644 --- a/website/docs/guides/duckdb-qs.md +++ b/website/docs/guides/duckdb-qs.md @@ -135,7 +135,7 @@ For more information on the setup of DuckDB, you can refer to [DuckDB setup](/do 4. Ensure your profile is setup correctly from the command line by running the following [dbt commands](/reference/dbt-commands). - - [dbt compile](https://docs.getdbt.com/reference/commands/compile) — generates executable SQL from your project source files + - [dbt compile](/reference/commands/compile) — generates executable SQL from your project source files - [dbt run](https://docs.getdbt.com/reference/commands/run) — compiles and runs your project - [dbt test](https://docs.getdbt.com/reference/commands/test) — compiles and tests your project - [dbt build](https://docs.getdbt.com/reference/commands/build) — compiles, runs, and tests your project