From 2d83d716659c85b24d5a64392507f428e77e5004 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 23 Nov 2019 13:10:23 +0100 Subject: [PATCH] fix reference --- forms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forms.rst b/forms.rst index e5d0a84beb5..c274ae1100f 100644 --- a/forms.rst +++ b/forms.rst @@ -880,7 +880,7 @@ option in the options field array:: .. seealso:: - Besides guessing the form type, Symfony also guesses `validation constraints `_ + Besides guessing the form type, Symfony also guesses :ref:`validation constraints ` if you're using a Doctrine entity. Read :ref:`automatic_object_validation` guide for more information.