From 398da3c29b7a735cc059153d55738c99235872c8 Mon Sep 17 00:00:00 2001 From: Onur Cinar Date: Thu, 15 Jun 2023 16:18:03 -0700 Subject: [PATCH] Fix doc links in README.md file. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.