Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 019302f

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

File tree

Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed

‎components/class_loader.rst

Copy file name to clipboardExpand all lines: components/class_loader.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: cookbook/bundles/best_practices.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: quick_tour/the_architecture.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.