Skip to content

Commit

Permalink
Fix broken links (npm run build)
Browse files Browse the repository at this point in the history
  • Loading branch information
nghi-ly committed Mar 23, 2023
1 parent 4f77ca7 commit aac2b44
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/docs/docs/build/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ If you want to see what a mature, production project looks like, check out the [
## Related docs
- [Best practices: How we structure our dbt projects](/guides/best-practices/how-we-structure/1-guide-overview)
* [Quickstarts for dbt Cloud](/docs/quickstarts/overview)
* [Quickstart for dbt Core](/docs/quickstarts/dbt-core/quickstart)
* [Quickstart for dbt Core](/docs/quickstarts/dbt-core/manual-install)
5 changes: 2 additions & 3 deletions website/docs/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dbt Cloud is the fastest and most reliable way to deploy dbt. Develop, test, sch

### dbt Core

dbt Core is an open-source tool that enables data teams to transform data using analytics engineering best practices. You can install and use dbt Core on the command line. Learn more with the [quickstart for dbt Core](/docs/quickstarts/dbt-core/quickstart).
dbt Core is an open-source tool that enables data teams to transform data using analytics engineering best practices. You can install and use dbt Core on the command line. Learn more with the [quickstart for dbt Core](/docs/quickstarts/dbt-core/codespace).

## The power of dbt

Expand All @@ -60,8 +60,7 @@ As a dbt user, your main focus will be on writing models (i.e. select queries) t

### Related docs

- [Quickstarts for dbt Cloud](/docs/quickstarts/overview)
- [Quickstart for dbt Core](/docs/quickstarts/dbt-core/quickstart)
- [Quickstarts for dbt](/docs/quickstarts/overview)
- [Best practice guides](/guides/best-practices)
- [What is a dbt Project?](/docs/build/projects)
- [dbt run](/docs/running-a-dbt-project/run-your-dbt-projects)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Quickstart for dbt Core"
title: "Quickstart for dbt Core from a manual install"
id: manual-install
description: "Connecting your warehouse to dbt Core using the CLI."
sidebar_label: "Manual install quickstart"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Let’s set up our deployment environment:

### Connect dbt to your git repository

Next, you’ll need somewhere to store and version control your code that allows you to collaborate with teammates. Connect your dbt project to a git repository with [dbt Cloud](/docs/quickstarts/dbt-cloud/databricks#set-up-a-dbt-cloud-managed-repository). [Core](/docs/quickstarts/dbt-core/quickstart#create-a-repository) projects will use the git CLI.
Next, you’ll need somewhere to store and version control your code that allows you to collaborate with teammates. Connect your dbt project to a git repository with [dbt Cloud](/docs/quickstarts/dbt-cloud/databricks#set-up-a-dbt-cloud-managed-repository). [Core](/docs/quickstarts/dbt-core/manual-install#create-a-repository) projects will use the git CLI.

## Next steps

Expand Down

0 comments on commit aac2b44

Please sign in to comment.