Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 283bbac

Browse files
authored
Chiel fix link readme (#783)
* Add .history to .gitignore * Fix README link to the correct documentation
1 parent 767dbd5 commit 283bbac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,6 @@ benchmark_*.png
147147

148148
# VSCode
149149
.vscode
150+
151+
# History
152+
.history

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ More information about the algorithm and performance considerations can be found
7272
# Get started
7373

7474
## Validating dbt model changes between dev and prod
75-
⚡ Looking to use `data-diff` in dbt development? Head over to [our `data-diff` + `dbt` documentation](https://docs.datafold.com/development_testing/open_source/) to get started!
75+
⚡ Looking to use `data-diff` in dbt development? Head over to [our `data-diff` + `dbt` documentation](https://docs.datafold.com/development_testing/how_it_works) to get started!
7676

7777
## Compare data tables between databases
7878
🔀 To compare data between databases, install `data-diff` with specific database adapters, e.g.:

0 commit comments

Comments
 (0)