10000 Update broken links · symfony/symfony-docs@4030157 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4030157

Browse files
authored
Update broken links
Links were previously pointing to inexistent master branch and returning 404
1 parent 673e8e9 commit 4030157

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