We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2aa1ff + 4219ff8 commit e9f04f4Copy full SHA for e9f04f4
templates.rst
@@ -1513,8 +1513,8 @@ Bundle Templates
1513
~~~~~~~~~~~~~~~~
1514
1515
If you :ref:`install packages/bundles <symfony-flex>` in your application, they
1516
-may include their own Twig templates (in the ``Resources/views/`` directory of
1517
-each bundle). To avoid messing with your own templates, Symfony adds bundle
+may include their own Twig templates (in the ``templates/`` directory of each
+bundle). To avoid messing with your own templates, Symfony adds bundle
1518
templates under an automatic namespace created after the bundle name.
1519
1520
For example, the templates of a bundle called ``AcmeBlogBundle`` are available
0 commit comments