From a770492f41537ca03141b0a53cc0a3b5b35b1a6e Mon Sep 17 00:00:00 2001 From: crStiv Date: Wed, 16 Jul 2025 15:44:14 +0200 Subject: [PATCH] Update ARCHITECTURE.md --- ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 55261b8da84..09af3f93f86 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -18,7 +18,7 @@ The main subdirectories of core/dbt: - [`task`](core/dbt/task/README.md): Set forth the actions that dbt can perform when invoked Legacy tests are found in the 'test' directory: -- [`unit tests`](core/dbt/test/unit/README.md): Unit tests +- [`unit tests`](tests/unit/README.md): Unit tests - [`integration tests`](core/dbt/test/integration/README.md): Integration tests ### Invoking dbt