8000 minor #4500 Link to standard edition (harikt) · symfony/symfony-docs@1726054 · GitHub
[go: up one dir, main page]

Skip to content < 8000 div data-target="react-partial.reactRoot">

Commit 1726054

Browse files
committed
minor #4500 Link to standard edition (harikt)
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.
2 parents 91ff6f8 + 030d7d6 commit 1726054

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/from_flat_php_to_symfony2.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ A routing configuration map provides this information in a readable format:
646646
647647
Now that Symfony is handling all the mundane tasks, the front controller
648648
is dead simple. And since it does so little, you'll never have to touch
649-
it once it's created (and if you use a Symfony distribution, you won't
649+
it once it's created (and if you use a `Symfony distribution`_, you won't
650650
even need to create it!)::
651651

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

0 commit comments

Comments
 (0)
0