We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent7de7f1e commit9fdd6ccCopy full SHA for 9fdd6cc
book/installation.rst
@@ -177,15 +177,15 @@ Symfony2 should welcome and congratulate you for your hard work so far!
177
178
..image::/images/quick_tour/welcome.jpg
179
180
-..note::
+..tip::
181
182
To get nice and short urls you should point the document root of your
183
webserver or virtual host to the ``Symfony/web/`` directory. Though
184
this is not required for development it is recommended at the time your
185
application goes into production as all system and configuration files
186
- become inaccessible to clients. For information on configuring your
187
- specific web server document root, see the following documentation:
188
- `Apache`_ | `Nginx`_ .
+ become inaccessible to clients then. For information on configuring
+yourspecific web server document root, see the following
+documentation:`Apache`_ | `Nginx`_ .
189
190
Beginning Development
191
---------------------