Skip to content

Commit f24eabc

Browse files
javiereguiluzweaverryan
authored andcommitted
[quick_tour] updated some screenshots
1 parent 20e9fb0 commit f24eabc

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

images/quick_tour/hello_fabien.png

7.27 KB
Loading
-99.3 KB
Binary file not shown.
39.4 KB
Loading

images/quick_tour/welcome.png

66.3 KB
Loading

quick_tour/the_big_picture.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ to run Symfony:
6565
Open your browser and access to the ``http://localhost:8000/app_dev.php`` URL to
6666
see the Welcome page of Symfony2:
6767

68-
.. image:: /images/quick_tour/symfony2_welcome_page.png
68+
.. image:: /images/quick_tour/welcome.png
6969
:align: center
7070
:alt: Symfony2 Welcome Page
7171

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

299299
.. _quick-tour-big-picture-environments:

0 commit comments

Comments
 (0)