8000 Merge branch '2.0' · symfony/symfony-docs@53bbd5d · GitHub
[go: up one dir, main page]

Skip to content

Commit 53bbd5d

Browse files
committed
Merge branch '2.0'
2 parents 8a40b5a + 019302f commit 53bbd5d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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
@@ -367,5 +367,5 @@ need to learn a lot to become a Symfony2 master. Ready to dig into these
367367
topics now? Look no further - go to the official :doc:`/book/index` and pick
368368
any topic you want.
369369

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

reference/configuration/web_profiler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Full Default Configuration
1313
1414
web_profiler:
1515
16-
# display secondary information to make the toolbar shorter
16+
# display secondary information, disable to make the toolbar shorter
1717
verbose: true
1818
1919
# display the web debug toolbar at the bottom of pages with a summary of profiler info

0 commit comments

Comments
 (0)
0