Correct link

This commit is contained in:
OrangeTux 2024-01-05 08:53:14 +01:00 committed by Dmitry Dygalo
parent 88c4b7503f
commit 847fb05251
1 changed files with 2 additions and 3 deletions

View File

@ -147,14 +147,13 @@ The tests in [jsonschema/](jsonschema/) depend on the [JSON Schema Test Suite](h
$ git submodule init
$ git submodule update
```
These commands clone the suite to [jsonschema/tests/suite/](jsonschema/test/suite/).
These commands clone the suite to [jsonschema/tests/suite/](jsonschema/tests/suite/).
Now, enter jsonschema/ folder and run `cargo test`.
```bash
$ cd jsonschema
$ cargo test
```
$ cargo test ```
## Performance