Browse Source

Fix link to documentation

Guillermo Mansilla 11 years ago
parent
commit
3e3ea7153b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Validation/Validator.php

+ 1 - 1
src/Validation/Validator.php

@@ -23,7 +23,7 @@ use Cake\Validation\ValidationSet;
  *
  * Implements ArrayAccess to easily modify rules in the set
  *
- * @link http://book.cakephp.org/2.0/en/data-validation.html
+ * @link http://book.cakephp.org/3.0/en/core-libraries/validation.html
  */
 class Validator implements \ArrayAccess, \IteratorAggregate, \Countable {