From a3e016bec95b47867af272ecb1247eef3f8f9c46 Mon Sep 17 00:00:00 2001 From: Alexandre Gomes Gaigalas Date: Sat, 18 Feb 2023 15:29:37 -0300 Subject: [PATCH] Fix docs links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a27619fe..0e0d169a 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ The most awesome validation engine ever created for PHP. - Complex rules made simple: `v::numericVal()->positive()->between(1, 255)->validate($input)`. -- [Granularity control](feature-guide.md#validation-methods) for advanced reporting. -- [More than 150](list-of-rules.md) (fully tested) validation rules. -- [A concrete API](concrete-api.md) for non fluent usage. +- [Granularity control](docs/feature-guide.md#validation-methods) for advanced reporting. +- [More than 150](docs/list-of-rules.md) (fully tested) validation rules. +- [A concrete API](docs/concrete-api.md) for non fluent usage. Learn More: