@@ -243,8 +243,7 @@ the ``templates/layout.php``:
243
243
You now have a setup that will allow you to reuse the layout.
244
244
Unfortunately, to accomplish this, you're forced to use a few ugly
245
245
PHP functions (``ob_start() ``, ``ob_get_clean() ``) in the template. Symfony
246
- solves this using a :doc: `Templating </components/templating >` component.
247
- You'll see it in action shortly.
246
+ solves this using a `Templating `_ component. You'll see it in action shortly.
248
247
249
248
Adding a Blog "show" Page
250
249
-------------------------
@@ -683,7 +682,7 @@ migrating the blog from flat PHP to Symfony has improved your life:
683
682
:doc: `routing </routing >`, or rendering :doc: `controllers </controller >`;
684
683
685
684
* Symfony gives you **access to open source tools ** such as `Doctrine `_ and the
686
- :doc: `Templating < /components/templating >` ,
685
+ `Templating `_ ,
687
686
:doc: `Security </components/security >`,
688
687
:doc: `Form </components/form >`, `Validator `_ and
689
688
`Translation `_ components (to name
@@ -703,6 +702,7 @@ A good selection of `Symfony community tools`_ can be found on GitHub.
703
702
704
703
.. _`Model-View-Controller` : https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller
705
704
.. _`Doctrine` : https://www.doctrine-project.org/
705
+ .. _Templating : https://github.com/symfony/templating
706
706
.. _Translation : https://github.com/symfony/translation
707
707
.. _`Composer` : https://getcomposer.org
708
708
.. _`download Composer` : https://getcomposer.org/download/
0 commit comments