Skip to content

Commit 41ffd80

Browse files
committed
Fix the path of the default config dir
1 parent 912b3b6 commit 41ffd80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/best_practices.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ Doctrine Entities/Documents
166166
---------------------------
167167

168168
If the bundle includes Doctrine ORM entities and/or ODM documents, it's
169-
recommended to define their mapping using XML files stored in ``config/``.
170-
This allows to override that mapping using the
169+
recommended to define their mapping using XML files stored in
170+
``Resources/config/doctrine/``. This allows to override that mapping using the
171171
:doc:`standard Symfony mechanism to override bundle parts </bundles/override>`.
172172
This is not possible when using annotations/attributes to define the mapping.
173173

0 commit comments

Comments
 (0)