From c72a4d0a39d8531bc4a5ebdd8d9fb4728e944dc7 Mon Sep 17 00:00:00 2001 From: Martin Kiesel Date: Wed, 19 Nov 2014 23:03:32 +0100 Subject: [PATCH] Update validation.md --- validation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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_,...