From f368b8a3403d65831a50c071885a1f53ec615b62 Mon Sep 17 00:00:00 2001 From: Adriano Costa Date: Fri, 1 Mar 2019 16:45:21 -0300 Subject: [PATCH] Fix validation link on schema README (#82) --- docs/schema-concept/shorthand-and-complete-type-descriptor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/schema-concept/shorthand-and-complete-type-descriptor.md b/docs/schema-concept/shorthand-and-complete-type-descriptor.md index dc18ad4..98b9e63 100644 --- a/docs/schema-concept/shorthand-and-complete-type-descriptor.md +++ b/docs/schema-concept/shorthand-and-complete-type-descriptor.md @@ -66,7 +66,7 @@ Please note that setting the value of an attribute to undefined will not make it ## itemType The __itemType__ of an attribute is used to validate and coerce the type of each item from the attribute, like when the attribute type is `Array` or some class that extends `Array`. -* Please refer to [Validation](validation/README.md) in order to check a bit more on validation properties. +* Please refer to [Validation](../validation/README.md) in order to check a bit more on validation properties. # Type concept Each attribute needs a __type__ definition, that's how Structure validates and coerces the attribute's value. It can be divided into three categories (as in right now):