8000 bug #13000 Update broken links (elvisciotti) · symfony/symfony-docs@1f4a0a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f4a0a6

Browse files
committed
bug #13000 Update broken links (elvisciotti)
This PR was merged into the 3.4 branch. Discussion ---------- Update broken links Links were previously pointing to inexistent master branch and returning 404 Commits ------- 4030157 Update broken links
2 parents e588747 + 4030157 commit 1f4a0a6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

configuration/front_controllers_and_kernel.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,11 @@ loading your configuration.
161161
.. _Debug component: https://github.com/symfony/debug
162162
.. _front controller: https://en.wikipedia.org/wiki/Front_Controller_pattern
163163
.. _Symfony Standard Edition: https://github.com/symfony/symfony-standard
164-
.. _app.php: https://github.com/symfony/symfony-standard/blob/master/web/app.php
165-
.. _app_dev.php: https://github.com/symfony/symfony-standard/blob/master/web/app_dev.php
166-
.. _bin/console: https://github.com/symfony/symfony-standard/blob/master/bin/console
167-
.. _AppKernel: https://github.com/symfony/symfony-standard/blob/master/app/AppKernel.php
164+
.. _app.php: https://github.com/symfony/symfony-standard/blob/3.4/web/app.php
165+
.. _app_dev.php: https://github.com/symfony/symfony-standard/blob/3.4/web/app_dev.php
166+
.. _bin/console: https://github.com/symfony/symfony-standard/blob/3.4/bin/console
167+
.. _AppKernel: https://github.com/symfony/symfony-standard/blob/3.4/app/AppKernel.php
168168
.. _decorate: https://en.wikipedia.org/wiki/Decorator_pattern
169-
.. _RewriteRule shipped with the Symfony Standard Edition: https://github.com/symfony/symfony-standard/blob/master/web/.htaccess
169+
.. _RewriteRule shipped with the Symfony Standard Edition: https://github.com/symfony/symfony-standard/blob/3.4
170+
/web/.htaccess
170171
.. _template methods: https://en.wikipedia.org/wiki/Template_method_pattern

0 commit comments

Comments
 (0)
0