@@ -81,8 +81,8 @@ need to learn a few fundamental concepts and terms.
81
81
.. tip ::
82
82
83
83
Want proof that using a framework is better than mixing everything
84
- in the same script? Read the "` When Flat PHP meets Symfony `_" chapter
85
- of the book.
84
+ in the same script? Read the ":doc: ` /book/from_flat_php_to_symfony2 `"
85
+ chapter of the book.
86
86
87
87
The distribution comes with some sample code that you will use to learn more
88
88
about the main Symfony2 concepts. Go to the following URL to be greeted by
@@ -157,7 +157,7 @@ controller creates the response by hand, based on the request::
157
157
.. note ::
158
158
159
159
Don't be fooled by the simple concepts and the power that they hold. Read
160
- the "` Symfony2 and HTTP Fundamentals `_ " chapter of the book to learn more
160
+ the ":doc: ` /book/http_fundamentals ` " chapter of the book to learn more
161
161
about how Symfony2 embraces HTTP and why it makes things simpler and more
162
162
powerful at the same time.
163
163
@@ -205,8 +205,9 @@ Response can be tweaked before it is sent to the browser::
205
205
.. tip ::
206
206
207
207
Extending the ``Controller `` base class is optional. As a matter of fact,
208
- a controller can be a plain PHP function or even a PHP closure. "`The Controller `_"
209
- chapter of the book tells you everything about Symfony2 controllers.
208
+ a controller can be a plain PHP function or even a PHP closure.
209
+ ":doc: `The Controller</book/controller> `" chapter of the book tells you
210
+ everything about Symfony2 controllers.
210
211
211
212
The template name, ``AcmeDemoBundle:Welcome:index.html.twig ``, is the template
212
213
*logical name * and it references the
@@ -371,10 +372,6 @@ View".
371
372
.. _Symfony2 Standard Edition : http://symfony.com/download
372
373
.. _Symfony in 5 minutes : http://symfony.com/symfony-in-five-minutes
373
374
.. _Separation of Concerns : http://en.wikipedia.org/wiki/Separation_of_concerns
374
- .. _When Flat PHP meets Symfony : http://symfony.com/doc/2.0/book/from_flat_php_to_symfony2.html
375
375
.. _YAML : http://www.yaml.org/
376
- .. _Symfony2 and HTTP Fundamentals : http://symfony.com/doc/2.0/book/http_fundamentals.html
377
- .. _Learn more about the Routing : http://symfony.com/doc/2.0/book/routing.html
378
- .. _The Controller : http://symfony.com/doc/2.0/book/controller.html
379
376
.. _annotations in controllers : http://bundles.symfony-reloaded.org/frameworkextrabundle/
380
377
.. _Twig : http://www.twig-project.org/
0 commit comments