Skip to content

Commit 249b704

Browse files
committed
added missing links
1 parent f6656e4 commit 249b704

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

book/part01.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Introduction
22
============
33

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

77
Instead of using these low-level components, you can use the ready-to-be-used
@@ -150,6 +150,7 @@ start with the simplest web application we can think of in PHP::
150150
That's all for the first part of this series. Next time, we will introduce the
151151
HttpFoundation Component and see what it brings us.
152152

153+
.. _`Symfony2`: http://symfony.com/
153154
.. _`documentation`: http://symfony.com/doc
154155
.. _`Silex`: http://silex.sensiolabs.org/
155156
.. _`autoload`: http://fr.php.net/autoload

book/part12.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,10 @@ great details, but hopefully it gives you enough information to get started on
254254
your own and to better understand how the Symfony2 framework works internally.
255255

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

259259
Have fun!
260260

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

0 commit comments

Comments
 (0)