Skip to content

Commit

Permalink
Link to standard edition so users can get the app/AppKernel.php if ne…
Browse files Browse the repository at this point in the history
…eded.
  • Loading branch information
harikt authored and weaverryan committed Feb 24, 2015
1 parent 91ff6f8 commit 030d7d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion book/from_flat_php_to_symfony2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ A routing configuration map provides this information in a readable format:
Now that Symfony is handling all the mundane tasks, the front controller
is dead simple. And since it does so little, you'll never have to touch
it once it's created (and if you use a Symfony distribution, you won't
it once it's created (and if you use a `Symfony distribution`_, you won't
even need to create it!)::

// web/app.php
Expand Down Expand Up @@ -761,3 +761,4 @@ Learn more from the Cookbook
.. _`Twig`: http://twig.sensiolabs.org
.. _`Varnish`: https://www.varnish-cache.org/
.. _`PHPUnit`: http://www.phpunit.de
.. _`Symfony distribution`: https://github.com/symfony/symfony-standard

0 comments on commit 030d7d6

Please sign in to comment.