From 5d94f1c31c3597a73dae62b1b8204b327b1aecdc Mon Sep 17 00:00:00 2001 From: nataliefiann <120089939+nataliefiann@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:38:15 +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 965cbe8c62..3d7a0109b0 100644 --- a/website/docs/guides/duckdb-qs.md +++ b/website/docs/guides/duckdb-qs.md @@ -217,7 +217,7 @@ The steps will fail if you decide to run this project in your data warehouse (ou For complete information, refer to the [dbt command reference](https://docs.getdbt.com/reference/dbt-commands). Common commands are: - - [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