Skip to content

Commit 1d5d51e

Browse files
authored
fix links (#58)
1 parent ec98211 commit 1d5d51e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ preview.display_sample_record()
103103
- **[Column Types](https://nvidia-nemo.github.io/DataDesigner/concepts/columns/)** – Explore samplers, LLM columns, validators, and more
104104
- **[Validators](https://nvidia-nemo.github.io/DataDesigner/concepts/validators/)** – Learn how to validate generated data with Python, SQL, and remote validators
105105
- **[Model Configuration](https://nvidia-nemo.github.io/DataDesigner/models/model-configs/)** – Configure custom models and providers
106-
- **[Person Sampling](https://nvidia-nemo.github.io/DataDesigner/concepts/persons/)** – Learn how to sample realistic person data with demographic attributes
106+
- **[Person Sampling](https://nvidia-nemo.github.io/DataDesigner/concepts/person_sampling/)** – Learn how to sample realistic person data with demographic attributes
107107

108108
### 🔧 Configure models via CLI
109109

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nav:
1010
- Concepts:
1111
- Columns: concepts/columns.md
1212
- Validators: concepts/validators.md
13-
- Person Sampling: concepts/persons.md
13+
- Person Sampling: concepts/person_sampling.md
1414
- Models:
1515
- Default Model Settings: models/default-model-settings.md
1616
- Configure with the CLI: models/configure-model-settings-with-the-cli.md

0 commit comments

Comments
 (0)