diff --git a/images/quick_tour/hello_fabien.png b/images/quick_tour/hello_fabien.png index a9f0f648042..8329899b090 100644 Binary files a/images/quick_tour/hello_fabien.png and b/images/quick_tour/hello_fabien.png differ diff --git a/images/quick_tour/symfony2_welcome_page.png b/images/quick_tour/symfony2_welcome_page.png deleted file mode 100644 index 233df184e64..00000000000 Binary files a/images/quick_tour/symfony2_welcome_page.png and /dev/null differ diff --git a/images/quick_tour/web_debug_toolbar.png b/images/quick_tour/web_debug_toolbar.png index 037f161a1f2..1e2b38d06cb 100644 Binary files a/images/quick_tour/web_debug_toolbar.png and b/images/quick_tour/web_debug_toolbar.png differ diff --git a/images/quick_tour/welcome.png b/images/quick_tour/welcome.png index b5e9e57eaf9..75fce7f560f 100644 Binary files a/images/quick_tour/welcome.png and b/images/quick_tour/welcome.png differ diff --git a/quick_tour/the_big_picture.rst b/quick_tour/the_big_picture.rst index 66cf845b159..333dc50d4bc 100644 --- a/quick_tour/the_big_picture.rst +++ b/quick_tour/the_big_picture.rst @@ -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 @@ -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-big-picture-environments: