Skip to content

Commit

Permalink
Correctly link the JSON schema
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzicheng1987 committed Jan 6, 2025
1 parent a2b8577 commit 101c363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

[Size validation](size_validation.md) - For imposing size constraints on containers such as `std::vector` or `std::string`.

[JSON schema](supported_formats/json_schema.md) - For validating your schema before you even send it to your C++ backend.
[JSON schema](json_schema.md) - For validating your schema before you even send it to your C++ backend.

## Generic elements

Expand Down Expand Up @@ -80,4 +80,4 @@

[Benchmarks](benchmarks.md) - Extensive benchmarks of popular libraries for serialization, deserialization.

<br>
<br>

0 comments on commit 101c363

Please sign in to comment.