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.
160
160
161
161
.. _front controller : https://en.wikipedia.org/wiki/Front_Controller_pattern
162
162
.. _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
164
164
.. _app_dev.php : https://github.com/symfony/symfony-standard/blob/master/web/app_dev.php
165
165
.. _bin/console : https://github.com/symfony/symfony-standard/blob/master/bin/console
166
166
.. _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:
29
29
The web root directory.
30
30
31
31
The ``public/ `` Directory
32
- ~~~~~~~~~~~~~~~~~~~~~~
32
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
33
33
34
34
The web root directory is the home of all public and static files like images,
35
35
stylesheets 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.
25
25
.. _`service-33-default_definition` :
26
26
27
27
The new Default services.yaml File
28
- ---------------------------------
28
+ ----------------------------------
29
29
30
30
To understand the changes, look at the new default ``services.yaml `` file in the
31
31
Symfony Standard Edition:
You can’t perform that action at this time.
0 commit comments