Skip to content

Commit 8a409c9

Browse files
committed
changing includes to links
1 parent 28cc201 commit 8a409c9

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

reference/constraints/False.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ False
44
.. caution::
55

66
The ``False`` constraint is deprecated since Symfony 2.7
7-
and will be removed in Symfony 3.0. Use the ``IsFalse`` constraint instead.
8-
9-
.. include:: /reference/constraints/IsFalse.rst
7+
and will be removed in Symfony 3.0. Use the
8+
:doc:`/reference/constraints/IsFalse` constraint instead.

reference/constraints/Null.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ Null
44
.. caution::
55

66
The ``Null`` constraint is deprecated since Symfony 2.7
7-
and will be removed in Symfony 3.0. Use the ``IsNull`` constraint instead.
8-
9-
.. include:: /reference/constraints/IsNull.rst
7+
and will be removed in Symfony 3.0. Use the
8+
:doc:`/reference/constraints/IsNull` constraint instead.

reference/constraints/True.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ True
44
.. caution::
55

66
The ``True`` constraint is deprecated since Symfony 2.7
7-
and will be removed in Symfony 3.0. Use the ``IsTrue`` constraint instead.
8-
9-
.. include:: /reference/constraints/IsTrue.rst
7+
and will be removed in Symfony 3.0. Use the
8+
:doc:`/reference/constraints/IsTrue` constraint instead.

0 commit comments

Comments
 (0)