Skip to content

Commit e90ed32

Browse files
committed
fix link
fixes #163
1 parent c1026c2 commit e90ed32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/configuration/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ parameters:
2323

2424
## Complete documentation
2525

26-
For detailed configuration options, see the [Configuration Model](config_model.md).
26+
For detailed configuration options, see the [Configuration Model](models/config_model).

docs/docs/configuration/demo_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Demo data is defined in your [configuration file](configuration.md) using the `d
88

99
## Configuration
1010

11-
Demo data is configured using the [`DemoDataModel`](../api/config_model.md#demodatamodel) in your `.pum.yaml` configuration file. Each demo dataset requires:
11+
Demo data is configured using the [`DemoDataModel`](models/demo_data_model) in your `.pum.yaml` configuration file. Each demo dataset requires:
1212

1313
- **name**: A descriptive name for the demo dataset
1414
- **file**: Path to a single SQL file containing the demo data

0 commit comments

Comments
 (0)