10000 minor #12396 Fixes broken links to source code on github.com (alepdev) · symfony/symfony-docs@abc2f79 · GitHub
[go: up one dir, main page]

Skip to content

Commit abc2f79

Browse files
committed
minor #12396 Fixes broken links to source code on github.com (alepdev)
This PR was merged into the 4.3 branch. Discussion ---------- Fixes broken links to source code on github.com File “ControllerTrait.php” was removed from current master branch. This fixes it with link to last branch (4.4) that include this file Commits ------- 1eaa821 Fixes broken links to source code on github.com
2 parents a4360d4 + 1eaa821 commit abc2f79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controller/service.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ look at the `ControllerTrait`_ that holds its logic.
183183
If you want to know what type-hints to use for each service, see the
184184
``getSubscribedServices()`` method in `AbstractController`_.
185185

186-
.. _`Controller class source code`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
187-
.. _`ControllerTrait`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
186+
.. _`Controller class source code`: https://github.com/symfony/symfony/blob/4.4/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
187+
.. _`ControllerTrait`: https://github.com/symfony/symfony/blob/4.4/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
188188
.. _`AbstractController`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php
189189
.. _`ADR pattern`: https://en.wikipedia.org/wiki/Action%E2%80%93domain%E2%80%93responder

0 commit comments

Comments
 (0)
0