Skip to content

Commit ba348c0

Browse files
committed
Fix Sphinx link
1 parent f3ca068 commit ba348c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/forms.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ the documentation for each type.
667667
is left blank. If you don't want this behavior, either
668668
:ref:`disable HTML5 validation <book-forms-html5-validation-disable>`
669669
or set the ``required`` option on your field to ``false``::
670-
670+
671671
->add('dueDate', DateType::class, array(
672672
'widget' => 'single_text',
673673
'required' => false
@@ -1113,8 +1113,8 @@ the choice is ultimately up to you.
11131113
return 'app_bundle_password';
11141114
}
11151115

1116-
Read the chapter ":doc:`/cookbook/form/create_custom_field_type.html`" for
1117-
more information.
1116+
Read the ":doc:`/cookbook/form/create_custom_field_type`" chapter for more
1117+
information.
11181118

11191119
.. tip::
11201120

0 commit comments

Comments
 (0)