Skip to content

Commit 284cee8

Browse files
committed
Merge pull request symfony#3385 from bicpi/fix_reference_link
Fix broken reference link
2 parents 2feab15 + b94a06d commit 284cee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/dynamic_form_modification.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Adding an Event Subscriber to a Form Class
168168

169169
For better reusability or if there is some heavy logic in your event listener,
170170
you can also move the logic for creating the ``name`` field to an
171-
:ref:`event subscriber <event_dispatcher-using-event-subscribers:ref:>`::
171+
:ref:`event subscriber <event_dispatcher-using-event-subscribers>`::
172172

173173
// src/Acme/DemoBundle/Form/Type/ProductType.php
174174
namespace Acme\DemoBundle\Form\Type;

0 commit comments

Comments
 (0)