Skip to content

Commit dc6e027

Browse files
committed
Update index.qmd
1 parent 140c088 commit dc6e027

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

user_guide/index.qmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ validation.get_tabular_report(title="Game Revenue Validation Report")
6262
That's the kind of report you get from Pointblank: clear, interactive, and designed for everyone on
6363
your team. And if you need help getting started or want to work faster, Pointblank has built-in AI
6464
support through the [`assistant()`](`assistant`) function to guide you along the way.
65-
You can also use [`DraftValidation`](user-guide/draft-validation.qmd) to quickly generate a
65+
You can also use [`DraftValidation`](advanced-validation/draft-validation.qmd) to quickly generate a
6666
validation plan from your existing data (great for getting started fast).
6767

68-
Ready to validate? Start with our [Installation](user-guide/installation.qmd) guide or jump straight
69-
to the [User Guide](user-guide/index.qmd).
68+
Ready to validate? Start with our [Installation](getting-started/installation.qmd) guide or jump straight
69+
to the [Quickstart](getting-started/quickstart.qmd).
7070

7171
By the way, Pointblank is made with 💙 by [Posit](https://posit.co/).
7272

@@ -78,7 +78,7 @@ and communicate results to both technical and non-technical stakeholders.
7878

7979
With Pointblank you can:
8080

81-
- **Validate data** through a fluent, chainable API with [25+ validation methods](reference/index.qmd#validation-steps)
81+
- **Validate data** through a fluent, chainable API with [25+ validation methods](../reference/index.qmd#validation-steps)
8282
- **Set thresholds** to define acceptable levels of data quality (warning, error, critical)
8383
- **Take actions** when thresholds are exceeded (notifications, logging, custom functions)
8484
- **Generate reports** that make data quality issues immediately understandable
@@ -169,7 +169,7 @@ pip install "pointblank[duckdb]" # DuckDB support
169169
pip install "pointblank[postgres]" # PostgreSQL support
170170
```
171171

172-
See the [Installation guide](user-guide/installation.qmd) for more details.
172+
See the [Installation guide](getting-started/installation.qmd) for more details.
173173

174174
## Join the Community
175175

0 commit comments

Comments
 (0)