Skip to content

Commit

Permalink
minor #4500 Link to standard edition (harikt)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4500).

Discussion
----------

Link to standard edition

| Q             | A
| ------------- | ---
| Doc fix?      | [yes]
| New docs?     | [no]
| Applies to    | [all]
| Fixed tickets | [N/A]

so users can get the app/AppKernel.php if needed.

Commits
-------

030d7d6 Link to standard edition so users can get the app/AppKernel.php if needed.
  • Loading branch information
weaverryan committed Feb 24, 2015
2 parents 91ff6f8 + 030d7d6 commit 1726054
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 1726054

Please sign in to comment.