Skip to content

Commit

Permalink
Fixing build problems and wrong links
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Oct 15, 2015
1 parent 8a409c9 commit 9c555ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions reference/constraints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions reference/constraints/map.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ the value of properties or the return value of methods on your object.
* :doc:`NotBlank </reference/constraints/NotBlank>`
* :doc:`Blank </reference/constraints/Blank>`
* :doc:`NotNull </reference/constraints/NotNull>`
* :doc:`Null </reference/constraints/Null>`
* :doc:`True </reference/constraints/True>`
* :doc:`False </reference/constraints/False>`
* :doc:`Null </reference/constraints/IsNull>`
* :doc:`True </reference/constraints/IsTrue>`
* :doc:`False </reference/constraints/IsFalse>`
* :doc:`Type </reference/constraints/Type>`

String Constraints
Expand Down

0 comments on commit 9c555ae

Please sign in to comment.