Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 6c20a17

Browse files
committed
cleanup link to symfony
1 parent 93ae033 commit 6c20a17

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

book/installation.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,17 @@ And then access the CMF via:
129129
http://localhost:8000
130130
131131
132-
Or if you run a default apache installation like described in the cookbook of symfony (http://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html):
132+
If you run an Apache installation as described in the `Symfony cookbook article on setup`_,
133+
your URL will look like this:
133134

134135
.. code-block:: text
135136
136137
http://localhost/app_dev.php
137-
138+
138139
.. note::
139140

140-
Adding the ``app_dev.php`` to the url in your browser is important to actually
141-
see the test page. Because the AcmeDemoBundle is only configured to work with the
141+
Adding the ``app_dev.php`` to the url in your browser is important to actually
142+
see the test page. Because the AcmeDemoBundle is only configured to work with the
142143
Development Environment. (If you have a look at ``AppKernel.php`` you can easily
143144
spot why)
144145

@@ -259,3 +260,4 @@ and then run the following command:
259260
.. _`guidelines in the symfony book`: http://symfony.com/doc/master/book/installation.html#configuration-and-setup
260261
.. _`the Symfony2 book`: http://symfony.com/doc/current/book/
261262
.. _`Fixtures`: http://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
263+
.. _`Symfony cookbook article on setup`: http://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html

0 commit comments

Comments
 (0)