diff --git a/book/installation.rst b/book/installation.rst index 37e89431904..c91f85830b7 100644 --- a/book/installation.rst +++ b/book/installation.rst @@ -169,7 +169,8 @@ browsing the project directory and executing this command: $ cd my_project_name/ $ php app/console server:run -Then, open your browser and access the ``http://localhost:8000`` URL to see the +Then, open your browser and access the ``http://localhost:8000/app/example`` +URL to see the Welcome page of Symfony: .. image:: /images/quick_tour/welcome.png diff --git a/images/quick_tour/welcome.png b/images/quick_tour/welcome.png index 75fce7f560f..1a9c527ff63 100644 Binary files a/images/quick_tour/welcome.png and b/images/quick_tour/welcome.png differ