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

Commit 729f676

Browse files
committed
update links
1 parent 692c990 commit 729f676

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data-diff is a **free, open-source tool** that enables data professionals to det
99

1010
## Documentation
1111

12-
[**🗎 Documentation**](https://docs.datafold.com/reference/open_source) - our detailed documentation has everything you need to start diffing.
12+
[**🗎 Documentation**](https://docs.datafold.com/guides/os_data_diff) - our detailed documentation has everything you need to start diffing.
1313

1414
### Databases we support
1515

@@ -27,7 +27,7 @@ data-diff is a **free, open-source tool** that enables data professionals to det
2727
- DuckDB >=0.6
2828
- SQLite (coming soon)
2929

30-
For their corresponding connection strings, check out our [detailed table](https://docs.datafold.com/reference/open_source/cli#connection-methods).
30+
For their corresponding connection strings, check out our [detailed table](https://github.com/datafold/data-diff/blob/master/docs/supported-databases.md).
3131

3232
#### Looking for a database not on the list?
3333
If a database is not on the list, we'd still love to support it. [Please open an issue](https://github.com/datafold/data-diff/issues) to discuss it, or vote on existing requests to push them up our todo list.
@@ -133,12 +133,14 @@ We know that in some cases, the data-diff command can become long and dense. And
133133

134134
## How to Use
135135

136-
* [How to use from the shell (or: command-line)](https://docs.datafold.com/reference/open_source/cli)
137-
* [How to use from Python](https://data-diff.readthedocs.io/en/latest/python-api.html)
136+
* [Examples with dbt, joindiff, and hashdiff](https://docs.datafold.com/reference/open_source/cli#examples)
137+
* [Examples with Python](https://data-diff.readthedocs.io/en/latest/python-api.html)
138+
* [How to use with TOML configuration file](https://docs.datafold.com/reference/open_source/cli#toml-config-file)
138139

139140
## How to Contribute
140141
* Feel free to open an issue or contribute to the project by working on an existing issue.
141142
* Please read the [contributing guidelines](https://github.com/datafold/data-diff/blob/master/CONTRIBUTING.md) to get started.
143+
* To add a new database driver, check out [docs](https://github.com/datafold/data-diff/blob/master/docs/new-database-driver-guide.rst).
142144

143145
Big thanks to everyone who contributed so far:
144146

@@ -150,6 +152,9 @@ Big thanks to everyone who contributed so far:
150152

151153
Check out this [technical explanation](https://github.com/datafold/data-diff/blob/master/docs/technical-explanation.md) of how data-diff works.
152154

155+
## Analytics
156+
* [Usage Analytics & Data Privacy](https://github.com/datafold/data-diff/blob/master/docs/usage_analytics.md)
157+
153158
## License
154159

155160
This project is licensed under the terms of the [MIT License](https://github.com/datafold/data-diff/blob/master/LICENSE).

0 commit comments

Comments
 (0)