Skip to content

Commit a1958c1

Browse files
cypherpepeQMalcolm
andauthored
fix: dead link in ARCHITECTURE.md (#11475)
* Update dead link in `ARCHITECTURE.md` * Update ARCHITECTURE.md Co-authored-by: Quigley Malcolm <[email protected]> --------- Co-authored-by: Quigley Malcolm <[email protected]>
1 parent 2a4da10 commit a1958c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ARCHITECTURE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This is the docs website code. It comes from the dbt-docs repository, and is gen
3232
## Adapters
3333

3434
dbt uses an adapter-plugin pattern to extend support to different databases, warehouses, query engines, etc.
35-
Note: dbt-postgres used to exist in dbt-core but is now in [a separate repo](https://github.com/dbt-labs/dbt-adapters/dbt-postgres)
35+
Note: dbt-postgres used to exist in dbt-core but is now in [the dbt-adapters repo](https://github.com/dbt-labs/dbt-adapters/tree/main/dbt-postgres)
3636

3737
Each adapter is a mix of python, Jinja2, and SQL. The adapter code also makes heavy use of Jinja2 to wrap modular chunks of SQL functionality, define default implementations, and allow plugins to override it.
3838

0 commit comments

Comments
 (0)