Skip to content

Commit a183601

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: [AssetMapper] Minor
2 parents 243ecfd + 9b2310a commit a183601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/asset_mapper.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ The path - ``images/duck.png`` - is relative to your mapped directory (``assets/
7070
This is known as the **logical path** to your asset.
7171

7272
If you look at the HTML in your page, the URL will be something
73-
like: ``/assets/images/duck-3c16d9220694c0e56d8648f25e6035e9.png``. If you update
74-
the file, the version part of the URL will change automatically!
73+
like: ``/assets/images/duck-3c16d9220694c0e56d8648f25e6035e9.png``. If you change
74+
the file, the version part of the URL will also change automatically.
7575

7676
Serving Assets in dev vs prod
7777
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)