Skip to content

Commit 63eb6d6

Browse files
committed
Minor changes
1 parent 4545905 commit 63eb6d6

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

best_practices/web-assets.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ features.
2929

3030
Next: :doc:`/best_practices/tests`
3131

32-
.. _`official Assetic documentation`: https://github.com/kriswallsmith/assetic
3332
.. _`Webpack Encore`: https://github.com/symfony/webpack-encore
3433
.. _`Webpack`: https://webpack.js.org/
3534
.. _`official Webpack Encore documentation`: https://symfony.com/doc/current/frontend.html

quick_tour/the_view.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,6 @@ Symfony provides the ``asset()`` function to deal with them easily:
261261
<img src="{{ asset('images/logo.png') }}" />
262262
263263
The ``asset()`` function looks for the web assets inside the ``public/`` directory.
264-
If you store them in another directory, read
265-
:doc:`this article </frontend/assetic/asset_management>`
266-
to learn how to manage web assets.
267-
268264
Using the ``asset()`` function, your application is more portable. The reason
269265
is that you can move the application root directory anywhere under your
270266
web root directory without changing anything in your template's code.

reference/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Reference Documents
77
configuration/framework
88
configuration/doctrine
99
configuration/security
10-
configuration/assetic
1110
configuration/swiftmailer
1211
configuration/twig
1312
configuration/monolog

0 commit comments

Comments
 (0)