diff --git a/templating.rst b/templating.rst index 07a3271f657..662fe70c079 100644 --- a/templating.rst +++ b/templating.rst @@ -881,7 +881,7 @@ block of the base template. You can also include assets located in your bundles' ``Resources/public`` folder. You will need to run the ``php bin/console assets:install target [--symlink]`` command, which copies (or symlinks) files into the correct location. (target -is by default "web"). +is by default the "web/" directory of your application). .. code-block:: html+twig