File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ by adding an entry for ``/contact`` to your routing configuration file:
427
427
428
428
.. note ::
429
429
430
- This example uses :doc: `YAML</components/YAML > ` to define the routing
430
+ This example uses :doc: `YAML</components/yaml > ` to define the routing
431
431
configuration. Routing configuration can also be written in other formats
432
432
such as XML or PHP.
433
433
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ on top of the previous one.
25
25
independently with the help of the
26
26
:class: `Symfony\\ Component\\ ClassLoader\\ UniversalClassLoader ` class
27
27
and the ``src/autoload.php `` file. Read the :doc: `dedicated chapter
28
- </components/autoloader >` for more information.
28
+ </components/class_loader >` for more information.
29
29
30
30
``HttpFoundation `` Component
31
31
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ You'll learn more about each of these directories in later chapters.
528
528
Typically, the only time you'll need to worry about the ``app/autoload.php ``
529
529
file is when you're including a new third-party library in the ``vendor/ ``
530
530
directory. For more information on autoloading, see
531
- :doc: `How to autoload Classes</components/autoloader > `.
531
+ :doc: `How to autoload Classes</components/class_loader > `.
532
532
533
533
The Source (``src ``) Directory
534
534
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ Glossary
112
112
YAML
113
113
*YAML * is a recursive acronym for "YAML Ain't a Markup Language". It's a
114
114
lightweight, humane data serialization language used extensively in
115
- Symfony2's configuration files. See the :doc: `/components/YAML `
115
+ Symfony2's configuration files. See the :doc: `/components/yaml `
116
116
chapter.
117
117
118
118
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ your server or locally in your projects.
97
97
.. note ::
98
98
99
99
If you want to learn more about the flexibility of the Symfony2
100
- autoloader, read the ":doc: `/components/autoloader `" chapter.
100
+ autoloader, read the ":doc: `/components/class_loader `" chapter.
101
101
102
102
Understanding the Bundle System
103
103
-------------------------------
You can’t perform that action at this time.
0 commit comments