From 0bb17dedd75a72329f5f7eab33524fd0b255a148 Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:54:44 -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 d0769aceeaf..2d685c5ad46 100644 --- a/website/docs/quickstarts/duckdb-core-qs.md +++ b/website/docs/quickstarts/duckdb-core-qs.md @@ -23,7 +23,7 @@ In this quickstart guide, you’ll learn how to install dbt Core and DuckDB, and Select the following format that applies to your environment. Copy and paste the commands (you can copy them all at once or line-by-line) into your command line interface(CLI) and execute them. The syntax may vary slightly for each, but the result of the commands is the same. They will: -- Clone the [jaffle_shop_duckdb github repo](https://github.com/dbt-labs/jaffle_shop_duckdb) to your local machine. +- Clone the [jaffle_shop_duckdb GitHub repo](https://github.com/dbt-labs/jaffle_shop_duckdb) to your local machine. - Change the directory to the Jaffle Shop. - Create a Python virtual environment. - Install and update pip.