From 370eb43166445cd1908c7b80309e019573d85bdf Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:04:02 -0400 Subject: [PATCH] Update website/docs/quickstarts/duckdb-core-qs.md Co-authored-by: Ly Nguyen <107218380+nghi-ly@users.noreply.github.com> --- website/docs/quickstarts/duckdb-core-qs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/quickstarts/duckdb-core-qs.md b/website/docs/quickstarts/duckdb-core-qs.md index df6ac6c0521..6792de7ca23 100644 --- a/website/docs/quickstarts/duckdb-core-qs.md +++ b/website/docs/quickstarts/duckdb-core-qs.md @@ -133,7 +133,7 @@ There are a few options available to browse the data within DuckDB: Now that you've got dbt Core, DuckDB, and the Jaffle Shop data up and running, you can explore dbt's capabilities. Refer to these materials to get a better understanding of dbt projects and commands: -* [About projects](/docs/build/projects) will guide you through the structure of a dbt project and its components. +* The [About projects](/docs/build/projects) page guides you through the structure of a dbt project and its components. * The [dbt command reference](/reference/dbt-commands) explains the various commands available and what they do. * The [dbt Labs courses](https://courses.getdbt.com/collections) offer a variety of beginner, intermediate, and advanced learning modules designed to help you become a dbt expert. * Once you see the potential of dbt and what it can do for your organization, sign up for a free trial of [dbt Cloud](https://www.getdbt.com/signup). It's the fastest and easiest way to deploy dbt today!