Skip to content

Commit 8340577

Browse files
committed
[quick_tour][the_big_picture] Updating links
1 parent 3751a57 commit 8340577

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

quick_tour/the_big_picture.rst

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ need to learn a few fundamental concepts and terms.
8181
.. tip::
8282

8383
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.
8686

8787
The distribution comes with some sample code that you will use to learn more
8888
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::
157157
.. note::
158158

159159
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
161161
about how Symfony2 embraces HTTP and why it makes things simpler and more
162162
powerful at the same time.
163163

@@ -205,8 +205,9 @@ Response can be tweaked before it is sent to the browser::
205205
.. tip::
206206

207207
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.
210211

211212
The template name, ``AcmeDemoBundle:Welcome:index.html.twig``, is the template
212213
*logical name* and it references the
@@ -371,10 +372,6 @@ View".
371372
.. _Symfony2 Standard Edition: http://symfony.com/download
372373
.. _Symfony in 5 minutes: http://symfony.com/symfony-in-five-minutes
373374
.. _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
375375
.. _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
379376
.. _annotations in controllers: http://bundles.symfony-reloaded.org/frameworkextrabundle/
380377
.. _Twig: http://www.twig-project.org/

0 commit comments

Comments
 (0)