Skip to content

Commit c2d9890

Browse files
committed
fixed some references
1 parent 08372b0 commit c2d9890

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

book/http_fundamentals.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ by adding an entry for ``/contact`` to your routing configuration file:
427427
428428
.. note::
429429

430-
This example uses :doc:`YAML</components/YAML>` to define the routing
430+
This example uses :doc:`YAML</components/yaml>` to define the routing
431431
configuration. Routing configuration can also be written in other formats
432432
such as XML or PHP.
433433

book/internals.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on top of the previous one.
2525
independently with the help of the
2626
:class:`Symfony\\Component\\ClassLoader\\UniversalClassLoader` class
2727
and the ``src/autoload.php`` file. Read the :doc:`dedicated chapter
28-
</components/autoloader>` for more information.
28+
</components/class_loader>` for more information.
2929

3030
``HttpFoundation`` Component
3131
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

book/page_creation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ You'll learn more about each of these directories in later chapters.
528528
Typically, the only time you'll need to worry about the ``app/autoload.php``
529529
file is when you're including a new third-party library in the ``vendor/``
530530
directory. For more information on autoloading, see
531-
:doc:`How to autoload Classes</components/autoloader>`.
531+
:doc:`How to autoload Classes</components/class_loader>`.
532532

533533
The Source (``src``) Directory
534534
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

glossary.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Glossary
112112
YAML
113113
*YAML* is a recursive acronym for "YAML Ain't a Markup Language". It's a
114114
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`
116116
chapter.
117117

118118

quick_tour/the_architecture.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ your server or locally in your projects.
9797
.. note::
9898

9999
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.
101101

102102
Understanding the Bundle System
103103
-------------------------------

0 commit comments

Comments
 (0)