8000
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.
1 parent 9ad93fa commit bf3b463Copy full SHA for bf3b463
templates.rst
@@ -1486,8 +1486,8 @@ Bundle Templates
1486
~~~~~~~~~~~~~~~~
1487
1488
If you :ref:`install packages/bundles <symfony-flex>` in your application, they
1489
-may include their own Twig templates (in the ``Resources/views/`` directory of
1490
-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
1491
templates under an automatic namespace created after the bundle name.
1492
1493
For example, the templates of a bundle called ``AcmeBlogBundle`` are available
0 commit comments