Skip to content

Commit aa5a2b1

Browse files
authored
Update example's readme with new doc links
1 parent aa3479f commit aa5a2b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests_and_examples/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ In this directory, you find unitary and regression tests for SlicingDice client.
66
2. Provide regression tests that can be executed by anyone with one simple command
77

88
## Data
9-
The `examples/` directory contains one file for each [SlicingDice query](http://panel.slicingdice.com/docs/#data-querying) in JSON format.
9+
The `examples/` directory contains one file for each [SlicingDice query](https://docs.slicingdice.com/docs/how-to-make-queries) in JSON format.
1010

1111
Each JSON file contains a list of examples, such as the following excerpt, with the following elements:
1212

1313
* `name`: Test name, as it will be printed on screen.
14-
* `columns`: [Columns](http://panel.slicingdice.com/docs/#data-modeling-columns) that will be created for this test.
15-
* `insert`: Data that will be [inserted](http://panel.slicingdice.com/docs/#data-inserting) in this test.
16-
* `query`: [Query](http://panel.slicingdice.com/docs/#data-querying) that will extract some information for the inserted data.
14+
* `columns`: [Columns](https://docs.slicingdice.com/docs/how-to-create-columns) that will be created for this test.
15+
* `insert`: Data that will be [inserted](https://docs.slicingdice.com/docs/how-to-insert-data) in this test.
16+
* `query`: [Query](https://docs.slicingdice.com/docs/how-to-make-queries) that will extract some information for the inserted data.
1717
* `expected`: Expected result message after SlicingDice executes the query. Values marked as `"ignore"` won't be taken into account to determine whether the test has passed or failed.
1818

1919
```json

0 commit comments

Comments
 (0)