File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ way of loading your configuration.
160160
161161.. _front controller : https://en.wikipedia.org/wiki/Front_Controller_pattern
162162.. _Symfony Standard Edition : https://github.com/symfony/symfony-standard
163- .. _ app .php : https://github.com/symfony/symfony-standard /blob/master/web/app .php
163+ .. _ index .php : https://github.com/symfony/recipes /blob/master/symfony/framework-bundle/3.3/public/index .php
164164.. _app_dev.php : https://github.com/symfony/symfony-standard/blob/master/web/app_dev.php
165165.. _bin/console : https://github.com/symfony/symfony-standard/blob/master/bin/console
166166.. _AppKernel : https://github.com/symfony/symfony-standard/blob/master/app/AppKernel.php
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ recommended structure is as follows:
2929 The web root directory.
3030
3131The ``public/ `` Directory
32- ~~~~~~~~~~~~~~~~~~~~~~
32+ ~~~~~~~~~~~~~~~~~~~~~~~~~
3333
3434The web root directory is the home of all public and static files like images,
3535stylesheets and JavaScript files. It is also where each front controller (the
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ need to actually change your configuration files to use them.
2525.. _`service-33-default_definition` :
2626
2727The new Default services.yaml File
28- ---------------------------------
28+ ----------------------------------
2929
3030To understand the changes, look at the new default ``services.yaml `` file in the
3131Symfony Standard Edition:
You can’t perform that action at this time.
0 commit comments