Skip to content

Commit f7de50e

Browse files
committed
Update link to remove absolute URL
1 parent bf61658 commit f7de50e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

best_practices/controllers.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ Pre and Post Hooks
206206
------------------
207207

208208
If you need to execute some code before or after the execution of your controllers,
209-
you can use the EventDispatcher component to `set up before/after filters`_.
209+
you can use the EventDispatcher component to :doc:`/cookbook/event_dispatcher/before_after_filters`.
210210

211211
.. _`ParamConverter`: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
212-
.. _`set up before/after filters`: http://symfony.com/doc/current/cookbook/event_dispatcher/before_after_filters.html

0 commit comments

Comments
 (0)