From ca9d5d8e26315b7091f49ac24059cbe7e8702582 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 15 May 2013 19:18:35 +0200 Subject: [PATCH] removed unused references --- book/part01.rst | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/book/part01.rst b/book/part01.rst index e27a9de3b12..b65e4f257a1 100644 --- a/book/part01.rst +++ b/book/part01.rst @@ -150,11 +150,9 @@ start with the simplest web application we can think of in PHP:: That's all for the first part of this series. Next time, we will introduce the HttpFoundation Component and see what it brings us. -.. _`Symfony2`: http://symfony.com/ -.. _`documentation`: http://symfony.com/doc -.. _`Silex`: http://silex.sensiolabs.org/ -.. _`autoload`: http://fr.php.net/autoload -.. _`Composer`: http://packagist.org/about-composer -.. _`PSR-0`: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md -.. _`Symfony2 Coding Standards`: http://symfony.com/doc/current/contributing/code/standards.html -.. _`ClassLoader`: http://symfony.com/doc/current/components/class_loader.html +.. _`Symfony2`: http://symfony.com/ +.. _`documentation`: http://symfony.com/doc +.. _`Silex`: http://silex.sensiolabs.org/ +.. _`autoload`: http://fr.php.net/autoload +.. _`Composer`: http://packagist.org/about-composer +.. _`PSR-0`: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md