Skip to content

Commit

Permalink
Fix doc links in README.md file. (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
cinar authored Jun 15, 2023
1 parent 601d14d commit 39241a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ type Person struct {

This package currently provides the following checkers:

- [required](docs/checkers/required.md) checks if the required value is provided.
- [same](docs/checkers/same.md) checks if the given value is equal to the value of the field with the given name.
- [required](doc/checkers/required.md) checks if the required value is provided.
- [same](doc/checkers/same.md) checks if the given value is equal to the value of the field with the given name.

0 comments on commit 39241a1

Please sign in to comment.