Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions configuration/front_controllers_and_kernel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,11 @@ loading your configuration.
.. _Debug component: https://github.com/symfony/debug
.. _front controller: https://en.wikipedia.org/wiki/Front_Controller_pattern
.. _Symfony Standard Edition: https://github.com/symfony/symfony-standard
.. _app.php: https://github.com/symfony/symfony-standard/blob/master/web/app.php
.. _app_dev.php: https://github.com/symfony/symfony-standard/blob/master/web/app_dev.php
.. _bin/console: https://github.com/symfony/symfony-standard/blob/master/bin/console
.. _AppKernel: https://github.com/symfony/symfony-standard/blob/master/app/AppKernel.php
.. _app.php: https://github.com/symfony/symfony-standard/blob/3.4/web/app.php
.. _app_dev.php: https://github.com/symfony/symfony-standard/blob/3.4/web/app_dev.php
.. _bin/console: https://github.com/symfony/symfony-standard/blob/3.4/bin/console
.. _AppKernel: https://github.com/symfony/symfony-standard/blob/3.4/app/AppKernel.php
.. _decorate: https://en.wikipedia.org/wiki/Decorator_pattern
.. _RewriteRule shipped with the Symfony Standard Edition: https://github.com/symfony/symfony-standard/blob/master/web/.htaccess
.. _RewriteRule shipped with the Symfony Standard Edition: https://github.com/symfony/symfony-standard/blob/3.4
/web/.htaccess
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be on a new line to fix the syntax (and the CI).

.. _template methods: https://en.wikipedia.org/wiki/Template_method_pattern