Skip to content

Commit 57baceb

Browse files
committed
Fixed build failures
1 parent 6853f61 commit 57baceb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

configuration/front_controllers_and_kernel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

quick_tour/the_architecture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ recommended structure is as follows:
2929
The web root directory.
3030

3131
The ``public/`` Directory
32-
~~~~~~~~~~~~~~~~~~~~~~
32+
~~~~~~~~~~~~~~~~~~~~~~~~~
3333

3434
The web root directory is the home of all public and static files like images,
3535
stylesheets and JavaScript files. It is also where each front controller (the

service_container/3.3-di-changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ need to actually change your configuration files to use them.
2525
.. _`service-33-default_definition`:
2626

2727
The new Default services.yaml File
28-
---------------------------------
28+
----------------------------------
2929

3030
To understand the changes, look at the new default ``services.yaml`` file in the
3131
Symfony Standard Edition:

0 commit comments

Comments
 (0)