Skip to content

Commit e321579

Browse files
committed
[quick_tour] Added note about the new toolbar and updated image link
1 parent 4a95fdb commit e321579

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

quick_tour/the_big_picture.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ your first "real" Symfony2 webpage:
117117
118118
Symfony2 should welcome and congratulate you for your hard work so far!
119119

120-
.. image:: /images/quick_tour/welcome.jpg
120+
.. image:: /images/quick_tour/welcome.png
121121
:align: center
122122

123123
Understanding the Fundamentals
@@ -392,6 +392,11 @@ the profiler.
392392
.. image:: /images/quick_tour/profiler.png
393393
:align: center
394394

395+
.. note::
396+
397+
You can get more information quickly by hovering over the items on the
398+
Web Debug Toolbar.
399+
395400
Of course, you won't want to show these tools when you deploy your application
396401
to production. That's why you will find another front controller in the
397402
``web/`` directory (``app.php``), which is optimized for the production environment:
@@ -464,4 +469,4 @@ are eager to learn more about Symfony2, dive into the next section:
464469
.. _YAML: http://www.yaml.org/
465470
.. _annotations in controllers: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html#annotations-for-controllers
466471
.. _Twig: http://twig.sensiolabs.org/
467-
.. _`Symfony Installation Page`: http://symfony.com/download
472+
.. _`Symfony Installation Page`: http://symfony.com/download

0 commit comments

Comments
 (0)