From 737826a9642b09ea83ca1c9b1f70135102bbaf6c Mon Sep 17 00:00:00 2001 From: Ly Nguyen Date: Tue, 16 Jul 2024 16:24:18 -0700 Subject: [PATCH] Fix build error --- website/docs/docs/get-started-dbt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/get-started-dbt.md b/website/docs/docs/get-started-dbt.md index 6bc445b18b2..11d912ec06f 100644 --- a/website/docs/docs/get-started-dbt.md +++ b/website/docs/docs/get-started-dbt.md @@ -73,7 +73,7 @@ Learn more about [dbt Cloud features](/docs/cloud/about-cloud/dbt-cloud-feature Refer to the following quickstarts to get started with dbt Core: - [dbt Core from a manual install](/guides/manual-install) to learn how to install dbt Core and set up a project. -- [dbt Core using GitHub Codespace](/guides/DuckDB?step=1) to learn how to create a codespace and execute the `dbt build` command. +- [dbt Core using DuckDB](/guides/DuckDB?step=1) to learn how to connect to DuckDB and execute the `dbt build` command. ## Related docs