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