File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ instance, a ``HelloController`` controller is stored in
110110
``Bundle/HelloBundle/Controller/HelloController.php`` and the fully qualified
111111
class name is ``Bundle\HelloBundle\Controller\HelloController``.
112112

113-
All classes and files must follow the Symfony2 coding `standards`_.
113+
All classes and files must follow the Symfony2 coding :doc:`standards
114+
</contributing/code/standards>`.
114115

115116
Some classes should be seen as facades and should be as short as possible,
116117
like Commands, Helpers, Listeners, and Controllers.
@@ -168,8 +169,6 @@ must provide two slots: ``content`` and ``head``).
168169
Configuration
169170
-------------
170171

171-
Configuration must be done via the Symfony2 built-in `mechanism`_. A bundle
172-
should provide all its default configurations in XML.
173-
174-
.. _standards: http://www.symfony-reloaded.org/contributing/Code/Standards
175-
.. _mechanism: http://www.symfony-reloaded.org/guides/Bundles/Configuration
172+
Configuration must be done via the Symfony2 built-in :doc:`mechanism
173+
</guides/bundles/configuration>`. A bundle should provide all its default
174+
configurations in XML.

0 commit comments

Comments
 (0)