Skip to content

Commit

Permalink
fixed some references
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 3, 2012
1 parent 08372b0 commit c2d9890
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion book/http_fundamentals.rst
Expand Up @@ -427,7 +427,7 @@ by adding an entry for ``/contact`` to your routing configuration file:
.. note::

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

Expand Down
2 changes: 1 addition & 1 deletion book/internals.rst
Expand Up @@ -25,7 +25,7 @@ on top of the previous one.
independently with the help of the
:class:`Symfony\\Component\\ClassLoader\\UniversalClassLoader` class
and the ``src/autoload.php`` file. Read the :doc:`dedicated chapter
</components/autoloader>` for more information.
</components/class_loader>` for more information.

``HttpFoundation`` Component
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion book/page_creation.rst
Expand Up @@ -528,7 +528,7 @@ You'll learn more about each of these directories in later chapters.
Typically, the only time you'll need to worry about the ``app/autoload.php``
file is when you're including a new third-party library in the ``vendor/``
directory. For more information on autoloading, see
:doc:`How to autoload Classes</components/autoloader>`.
:doc:`How to autoload Classes</components/class_loader>`.

The Source (``src``) Directory
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion glossary.rst
Expand Up @@ -112,7 +112,7 @@ Glossary
YAML
*YAML* is a recursive acronym for "YAML Ain't a Markup Language". It's a
lightweight, humane data serialization language used extensively in
Symfony2's configuration files. See the :doc:`/components/YAML`
Symfony2's configuration files. See the :doc:`/components/yaml`
chapter.


Expand Down
2 changes: 1 addition & 1 deletion quick_tour/the_architecture.rst
Expand Up @@ -97,7 +97,7 @@ your server or locally in your projects.
.. note::

If you want to learn more about the flexibility of the Symfony2
autoloader, read the ":doc:`/components/autoloader`" chapter.
autoloader, read the ":doc:`/components/class_loader`" chapter.

Understanding the Bundle System
-------------------------------
Expand Down

0 comments on commit c2d9890

Please sign in to comment.