Skip to content

Commit be15427

Browse files
committed
minor #273 Fix broken URL in Custom Field Type example (alfonsomga)
This PR was merged into the master branch. Discussion ---------- Fix broken URL in Custom Field Type example Commits ------- 7424da3 Fix broken url
2 parents 36cac8b + 7424da3 commit be15427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppBundle/Form/Type/DateTimePickerType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* Defines the custom form field type used to manipulate datetime values across
2222
* Bootstrap Date\Time Picker javascript plugin.
23-
* See http://symfony.com/doc/current/cookbook/create_custom_field_type.html
23+
* See http://symfony.com/doc/current/cookbook/form/create_custom_field_type.html
2424
*
2525
* @author Yonel Ceruto <yonelceruto@gmail.com>
2626
*/

0 commit comments

Comments
 (0)