Skip to content

Commit 5e9c90e

Browse files
author
Harrison Ifeanyichukwu
committed
docs: update doc link
[ci skip]
1 parent fc5588f commit 5e9c90e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Forensic Handler is a php module that sits independently between the controller
99

1010
It makes the validation process easy and requires you to just define the data validation rules which are just php arrays.
1111

12-
The most interesting part is how easy it is to validate array of field data and files and the wide range of validation rule types that it affords you. It is also extensible so that you can define more validation rules if the need be. See [Writing Your Own Custom Validation Types](#writing-your-custom-validation-types) for instructions
12+
The most interesting part is how easy it is to validate array of field data and files and the wide range of validation rule types that it affords you. It is also extensible so that you can define more validation rules if the need be. See [How to Write Your Custom Validation Types](#how-to-write-your-custom-validation-types) for instructions
1313

14-
Regarding database integrity checks, it is extensible enough to leave the db check implementation up to you by defining an abstract `DBCheckerAbstract` class. This makes it not tied to any framework or ORM. See [implementing The DBCheckerAbstract Validation](#implementing-the-dbcheckerabstract-validation) for instructions.
14+
Regarding database integrity checks, it is extensible enough to leave the db check implementation up to you by defining an abstract `DBCheckerAbstract` class. This makes it not tied to any framework or ORM. See [How To Implement the DBCheckerAbstract Interface](#how-to-implement-the-dbcheckerabstract-interface) for instructions.
1515

1616
## Getting Started
1717

0 commit comments

Comments
 (0)