File tree
Expand file treeCollapse file tree1 file changed
+5
-6
lines changed Expand file treeCollapse file tree1 file changed
+5
-6
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -110,7 +110,8 @@ instance, a ``HelloController`` controller is stored in
|
110 | 110 | ``Bundle/HelloBundle/Controller/HelloController.php`` and the fully qualified
|
111 | 111 | class name is ``Bundle\HelloBundle\Controller\HelloController``.
|
112 | 112 |
|
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>`. |
114 | 115 |
|
115 | 116 | Some classes should be seen as facades and should be as short as possible,
|
116 | 117 | like Commands, Helpers, Listeners, and Controllers.
|
@@ -168,8 +169,6 @@ must provide two slots: ``content`` and ``head``).
|
168 | 169 | Configuration
|
169 | 170 | -------------
|
170 | 171 |
|
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. |
You can’t perform that action at this time.
0 commit comments