From b80a2a0e1b0dadb60ed5db831eeedc04bfd30514 Mon Sep 17 00:00:00 2001 From: Hari K T Date: Thu, 20 Nov 2014 08:40:27 +0530 Subject: [PATCH] Link to standard edition so users can get the app/AppKernel.php if needed. --- book/from_flat_php_to_symfony2.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book/from_flat_php_to_symfony2.rst b/book/from_flat_php_to_symfony2.rst index 581f8cc8aff..b7130ae2929 100644 --- a/book/from_flat_php_to_symfony2.rst +++ b/book/from_flat_php_to_symfony2.rst @@ -649,7 +649,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 @@ -764,3 +764,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