@@ -19,17 +19,16 @@ directory:
1919
2020 .. note ::
2121
22- `Composer <https://getcomposer.org/> ` is the package manager used by modern
23- PHP applications and the only recommended way to install Symfony2. To
24- install Composer on your Linux or Mac system, execute the following commands:
22+ `Composer `_ is the package manager used by modern PHP applications and the
23+ only recommended way to install Symfony2. To install Composer on your
24+ Linux or Mac system, execute the following commands:
2525
2626 .. code-block :: bash
2727
2828 $ curl -sS https://getcomposer.org/installer | php
2929 $ sudo mv composer.phar /usr/local/bin/composer
3030
31- To install Composer on a Windows system, download the executable installer
32- from `getcomposer.org/download <http://getcomposer.org/download> `.
31+ To install Composer on a Windows system, download the `executable installer `_.
3332
3433Beware that the first time you install Symfony2, it may take a few minutes to
3534download all its components. At the end of the installation process, the
@@ -281,8 +280,8 @@ template (or ``AcmeDemoBundle:Demo:hello.html.twig`` if you use the logical name
281280 <h1>Hello {{ name }}!</h1>
282281 {% endblock %}
283282
284- By default, Symfony2 uses `Twig <http://twig.sensiolabs.org/> ` as its template
285- engine but you can also use traditional PHP templates if you choose. The
283+ By default, Symfony2 uses `Twig `_ as its template engine but you can also use
284+ traditional PHP templates if you choose. The
286285:doc: `second part of this tutorial</quick_tour/the_view> ` will introduce how
287286templates work in Symfony2.
288287
@@ -375,3 +374,7 @@ hard, was it? There's a lot more to explore, but you should already see how
375374Symfony2 makes it really easy to implement web sites better and faster. If you
376375are eager to learn more about Symfony2, dive into the next section:
377376":doc: `The View<the_view> `".
377+
378+ .. _Composer : https://getcomposer.org/
379+ .. _executable installer : http://getcomposer.org/download
380+ .. _Twig : http://twig.sensiolabs.org/
0 commit comments