Skip to content

Commit

Permalink
added missing links
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 15, 2013
1 parent f6656e4 commit 249b704
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion book/part01.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Introduction
============

Symfony2 is a reusable set of standalone, decoupled, and cohesive PHP
`Symfony2`_ is a reusable set of standalone, decoupled, and cohesive PHP
components that solve common web development problems.

Instead of using these low-level components, you can use the ready-to-be-used
Expand Down Expand Up @@ -150,6 +150,7 @@ 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
Expand Down
3 changes: 2 additions & 1 deletion book/part12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,10 @@ great details, but hopefully it gives you enough information to get started on
your own and to better understand how the Symfony2 framework works internally.

If you want to learn more, I highly recommend you to read the source code of
the Silex micro-framework, and especially its `Application`_ class.
the `Silex`_ micro-framework, and especially its `Application`_ class.

Have fun!

.. _`Pimple`: https://github.com/fabpot/Pimple
.. _`Silex`: https://silex.sensiolabs.org/
.. _`Application`: https://github.com/fabpot/Silex/blob/master/src/Silex/Application.php

0 comments on commit 249b704

Please sign in to comment.