From bf3b463fb2ad37e9eb690c3124a8f5f109fae268 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 27 Jun 2025 15:53:52 +0200 Subject: [PATCH] Fix a reference to third-party bundles templates dir --- templates.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates.rst b/templates.rst index bc249024f05..ab4e8da6680 100644 --- a/templates.rst +++ b/templates.rst @@ -1486,8 +1486,8 @@ Bundle Templates ~~~~~~~~~~~~~~~~ If you :ref:`install packages/bundles ` in your application, they -may include their own Twig templates (in the ``Resources/views/`` directory of -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 templates under an automatic namespace created after the bundle name. For example, the templates of a bundle called ``AcmeBlogBundle`` are available