Skip to content

Commit bfc5bc9

Browse files
committed
Removed a broken link
1 parent 775afce commit bfc5bc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

controller.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The Base Controller Classes & Services
124124
For convenience, Symfony comes with two optional base
125125
:class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller` and
126126
:class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController`
127-
classes. You can extend either to get access to a number of `helper methods`_.
127+
classes. You can extend either to get access to a number of helper methods.
128128

129129
Add the ``use`` statement atop the ``Controller`` class and then modify
130130
``LuckyController`` to extend it::
@@ -747,5 +747,4 @@ Learn more about Controllers
747747

748748
controller/*
749749

750-
.. _`helper methods`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
751750
.. _`unvalidated redirects security vulnerability`: https://www.owasp.org/index.php/Open_redirect

0 commit comments

Comments
 (0)