Skip to content

Commit 019302f

Browse files
committed
changed the PSR-0 document URL to a more canonical one
1 parent 6957678 commit 019302f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

components/class_loader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ or one of its children, the autoloader will first look for the class under the
122122
``Doctrine`` directory (the last one configured) if not found, before giving up.
123123
The order of the registrations is significant in this case.
124124

125-
.. _standards: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md
125+
.. _standards: http://symfony.com/PSR0
126126
.. _PEAR: http://pear.php.net/manual/en/standards.php

cookbook/bundles/best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,4 +283,4 @@ Learn more from the Cookbook
283283

284284
* :doc:`/cookbook/bundles/extension`
285285

286-
.. _standards: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md
286+
.. _standards: http://symfony.com/PSR0

quick_tour/the_architecture.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,5 +362,5 @@ need to learn a lot to become a Symfony2 master. Ready to dig into these
362362
topics now? Look no further - go to the official :doc:`/book/index` and pick
363363
any topic you want.
364364

365-
.. _standards: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md
366-
.. _convention: http://pear.php.net/
365+
.. _standards: http://symfony.com/PSR0
366+
.. _convention: http://pear.php.net/

0 commit comments

Comments
 (0)