Skip to content

Commit

Permalink
[quick_tour] updated some screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz authored and weaverryan committed Feb 26, 2014
1 parent 20e9fb0 commit f24eabc
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified images/quick_tour/hello_fabien.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/quick_tour/symfony2_welcome_page.png
Binary file not shown.
Binary file modified images/quick_tour/web_debug_toolbar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/quick_tour/welcome.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions quick_tour/the_big_picture.rst
Expand Up @@ -65,7 +65,7 @@ to run Symfony:
Open your browser and access to the ``http://localhost:8000/app_dev.php`` URL to
see the Welcome page of Symfony2:

.. image:: /images/quick_tour/symfony2_welcome_page.png
.. image:: /images/quick_tour/welcome.png
:align: center
:alt: Symfony2 Welcome Page

Expand Down Expand Up @@ -293,7 +293,7 @@ have seen so far. All the code you write for your application is organized in
bundles. In Symfony2 speak, a bundle is a structured set of files (PHP files,
stylesheets, JavaScripts, images, ...) that implements a single feature (a
blog, a forum, ...) and which can be easily shared with other developers. As
of now, you have manipulated one bundle, AcmeDemoBundle. You will learn
of now, you have manipulated one bundle, ``AcmeDemoBundle``. You will learn
more about bundles in the :doc:`last chapter of this tutorial</quick_tour/the_architecture>`.

.. _quick-tour-big-picture-environments:
Expand Down

0 comments on commit f24eabc

Please sign in to comment.