From 9c555ae53b335e59f91f483060e8cb30fb50638f Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Wed, 14 Oct 2015 22:20:55 -0400 Subject: [PATCH] Fixing build problems and wrong links --- reference/constraints.rst | 3 +++ reference/constraints/map.rst.inc | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/reference/constraints.rst b/reference/constraints.rst index b7ea1474a7a..59cc6603c48 100644 --- a/reference/constraints.rst +++ b/reference/constraints.rst @@ -9,8 +9,11 @@ Validation Constraints Reference constraints/Blank constraints/NotNull constraints/IsNull + constraints/Null constraints/IsTrue + constraints/True constraints/IsFalse + constraints/False constraints/Type constraints/Email diff --git a/reference/constraints/map.rst.inc b/reference/constraints/map.rst.inc index 84186b01d25..fefba07a30b 100644 --- a/reference/constraints/map.rst.inc +++ b/reference/constraints/map.rst.inc @@ -7,9 +7,9 @@ the value of properties or the return value of methods on your object. * :doc:`NotBlank ` * :doc:`Blank ` * :doc:`NotNull ` -* :doc:`Null ` -* :doc:`True ` -* :doc:`False ` +* :doc:`Null ` +* :doc:`True ` +* :doc:`False ` * :doc:`Type ` String Constraints