Skip to content

Commit 5884649

Browse files
michaelperrinweaverryan
authored andcommitted
Fix path of an example file
1 parent d11c327 commit 5884649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/templating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ Including this template from any other template is simple:
516516

517517
.. code-block:: html+jinja
518518

519-
{# src/Acme/ArticleBundle/Resources/Article/list.html.twig #}
519+
{# src/Acme/ArticleBundle/Resources/views/Article/list.html.twig #}
520520
{% extends 'AcmeArticleBundle::layout.html.twig' %}
521521

522522
{% block body %}

0 commit comments

Comments
 (0)