diff --git a/README.md b/README.md index 0496e21..f16b772 100644 --- a/README.md +++ b/README.md @@ -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.