Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 126bcef

Browse files
committed
removed external references alignement
1 parent 13a7170 commit 126bcef

7 files changed

+27
-27
lines changed

create_framework/01-introduction.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ Use the PHP built-in server to test this great application in a browser
132132
In the next chapter, we are going to introduce the HttpFoundation Component
133133
and see what it brings us.
134134

135-
.. _`Symfony2`: http://symfony.com/
136-
.. _`documentation`: http://symfony.com/doc
137-
.. _`Silex`: http://silex.sensiolabs.org/
138-
.. _`Composer`: http://packagist.org/about-composer
135+
.. _`Symfony2`: http://symfony.com/
136+
.. _`documentation`: http://symfony.com/doc
137+
.. _`Silex`: http://silex.sensiolabs.org/
138+
.. _`Composer`: http://packagist.org/about-composer
139139
.. _`download and install`: https://getcomposer.org/doc/01-basic-usage.md

create_framework/02-http-foundation.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -310,18 +310,18 @@ component is the start of better interoperability between all frameworks and
310310
applications using it (like `Symfony2`_, `Drupal 8`_, `phpBB 4`_, `ezPublish
311311
5`_, `Laravel`_, `Silex`_, and `more`_).
312312

313-
.. _`Twig`: http://twig.sensiolabs.com/
313+
.. _`Twig`: http://twig.sensiolabs.com/
314314
.. _`Symfony2 versus Flat PHP`: http://symfony.com/doc/current/book/from_flat_php_to_symfony2.html
315-
.. _`HTTP specification`: http://tools.ietf.org/wg/httpbis/
316-
.. _`audited`: http://symfony.com/blog/symfony2-security-audit
317-
.. _`Symfony2`: http://symfony.com/
318-
.. _`Drupal 8`: http://drupal.org/
319-
.. _`phpBB 4`: http://www.phpbb.com/
320-
.. _`ezPublish 5`: http://ez.no/
321-
.. _`Laravel`: http://laravel.com/
322-
.. _`Silex`: http://silex.sensiolabs.org/
323-
.. _`Midgard CMS`: http://www.midgard-project.org/
324-
.. _`Zikula`: http://zikula.org/
325-
.. _`autoloaded`: http://php.net/autoload
326-
.. _`PSR-0`: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md
327-
.. _`more`: http://symfony.com/components/HttpFoundation
315+
.. _`HTTP specification`: http://tools.ietf.org/wg/httpbis/
316+
.. _`audited`: http://symfony.com/blog/symfony2-security-audit
317+
.. _`Symfony2`: http://symfony.com/
318+
.. _`Drupal 8`: http://drupal.org/
319+
.. _`phpBB 4`: http://www.phpbb.com/
320+
.. _`ezPublish 5`: http://ez.no/
321+
.. _`Laravel`: http://laravel.com/
322+
.. _`Silex`: http://silex.sensiolabs.org/
323+
.. _`Midgard CMS`: http://www.midgard-project.org/
324+
.. _`Zikula`: http://zikula.org/
325+
.. _`autoloaded`: http://php.net/autoload
326+
.. _`PSR-0`: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md
327+
.. _`more`: http://symfony.com/components/HttpFoundation

create_framework/05-templating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ probably all you need to create simple websites like those fancy one-page
187187
`websites`_ and hopefully a few others.
188188

189189
.. _`callbacks`: http://php.net/callback#language.types.callback
190-
.. _`websites`: http://kottke.org/08/02/single-serving-sites
190+
.. _`websites`: http://kottke.org/08/02/single-serving-sites

create_framework/06-http-kernel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,6 @@ Let's conclude with the new version of our framework::
195195
Think about it once more: our framework is more robust and more flexible than
196196
ever and it still has less than 40 lines of code.
197197

198-
.. _`reflection`: http://php.net/reflection
199-
.. _`FrameworkExtraBundle`: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
198+
.. _`reflection`: http://php.net/reflection
199+
.. _`FrameworkExtraBundle`: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
200200
.. _`controllers as services`: http://symfony.com/doc/current/cookbook/controller/service.html

create_framework/08-unit-testing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,6 @@ Symfony2 code.
189189
Now that we are confident (again) about the code we have written, we can
190190
safely think about the next batch of features we want to add to our framework.
191191

192-
.. _`PHPUnit`: http://www.phpunit.de/manual/current/en/index.html
192+
.. _`PHPUnit`: http://www.phpunit.de/manual/current/en/index.html
193193
.. _`test doubles`: http://www.phpunit.de/manual/current/en/test-doubles.html
194-
.. _`XDebug`: http://xdebug.org/
194+
.. _`XDebug`: http://xdebug.org/

create_framework/10-http-kernel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,5 +188,5 @@ the many features built into the HttpKernel component; HTTP caching being just
188188
one of them but an important one as it can make your applications fly!
189189

190190
.. _`HTTP caching`: http://symfony.com/doc/current/book/http_cache.html
191-
.. _`ESI`: http://en.wikipedia.org/wiki/Edge_Side_Includes
192-
.. _`Varnish`: https://www.varnish-cache.org/
191+
.. _`ESI`: http://en.wikipedia.org/wiki/Edge_Side_Includes
192+
.. _`Varnish`: https://www.varnish-cache.org/

create_framework/12-dependency-injection.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,6 @@ micro-framework, and especially its `Application`_ class.
248248

249249
Have fun!
250250

251-
.. _`Pimple`: https://github.com/fabpot/Pimple
252-
.. _`Silex`: https://silex.sensiolabs.org/
251+
.. _`Pimple`: https://github.com/fabpot/Pimple
252+
.. _`Silex`: https://silex.sensiolabs.org/
253253
.. _`Application`: https://github.com/fabpot/Silex/blob/master/src/Silex/Application.php

0 commit comments

Comments
 (0)