File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -504,7 +504,7 @@ regardless of how your project is developed. To name a few:
504
504
the ``Request `` and ``Response `` classes, as well as other classes for handling
505
505
sessions and file uploads;
506
506
507
- * :doc: `Routing</components/routing> ` - Powerful and fast routing system that
507
+ * :doc: `Routing</components/routing/introduction > ` - Powerful and fast routing system that
508
508
allows you to map a specific URI (e.g. ``/contact ``) to some information
509
509
about how that request should be handled (e.g. execute the ``contactAction() ``
510
510
method);
Original file line number Diff line number Diff line change @@ -154,11 +154,11 @@ third-party library you load through composer has their settings defined
154
154
and Composer takes care of everything for you.
155
155
156
156
For this to work, all third-party libraries used by your project must be
157
- defined in the `composer.json ` file.
157
+ defined in the `` composer.json ` ` file.
158
158
159
159
If you look at the ``HelloController `` from the Symfony2 Standard Edition you
160
160
can see that it lives in the ``Acme\DemoBundle\Controller `` namespace. Yet, the
161
- ``AcmeDemoBundle `` is not defined in your `composer.json ` file. Nonetheless are
161
+ ``AcmeDemoBundle `` is not defined in your `` composer.json ` ` file. Nonetheless are
162
162
the files autoloaded. This is because you can tell composer to autoload files
163
163
from specific directories without defining a dependency:
164
164
You can’t perform that action at this time.
0 commit comments