File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,8 @@ The same goes for routing files and some other resources.
9494 The overriding of resources only works when you refer to resources with
9595 the ``@FOSUserBundle/Resources/config/routing/security.xml `` method.
9696 You need to use the ``@BundleName `` shortcut when refering to resources
97- so they can be successfully overridden.
97+ so they can be successfully overridden (except templates, which are
98+ overridden in a different way, as explained in :doc: `/templating/overriding `).
9899
99100.. caution ::
100101
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ associations. Learn more about this feature and its limitations in
7272Forms
7373-----
7474
75- Existing form types can be modified defining "form type extensions".
76- For more information, see :doc: `/form/create_form_type_extension `.
75+ Existing form types can be modified defining
76+ :doc: `form type extensions < /form/create_form_type_extension > `.
7777
7878.. _override-validation :
7979
You can’t perform that action at this time.
0 commit comments