diff --git a/validation.md b/validation.md index f95190d0692..b252fcd4483 100644 --- a/validation.md +++ b/validation.md @@ -322,7 +322,7 @@ The field under validation must be formatted as an IP address. #### max:_value_ -The field under validation must be less than or equal to a maximum _value_. Strings, numerics, and files are evaluated in the same fashion as the `size` rule. +The field under validation must be less than or equal to a maximum _value_. Strings, numerics, and files are evaluated in the same fashion as the [`size`](#rule-size) rule. #### mimes:_foo_,_bar_,... @@ -336,7 +336,7 @@ The file under validation must have a MIME type corresponding to one of the list #### min:_value_ -The field under validation must have a minimum _value_. Strings, numerics, and files are evaluated in the same fashion as the `size` rule. +The field under validation must have a minimum _value_. Strings, numerics, and files are evaluated in the same fashion as the [`size`](#rule-size) rule. #### not_in:_foo_,_bar_,...