Skip to content

Commit 12c8d58

Browse files
authored
[Reference] Fix assets links have wrong label
Asset options shared the same label, making the reading of this paragraph a bit confusing. I'm more signaling you than fixing it with confidence, as i'm not sure how to use the syntax there with references pages. Targetting 5.4 because the "bug" is on all current versions (5.4 -> 7.1)
1 parent 62ff824 commit 12c8d58

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

reference/twig_reference.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,10 @@ the application is installed (e.g. in case the project is accessed in a host
120120
subdirectory) and the optional asset package base path.
121121

122122
Symfony provides various cache busting implementations via the
123-
:ref:`reference-framework-assets-version`, :ref:`reference-assets-version-strategy`,
124-
and :ref:`reference-assets-json-manifest-path` configuration options.
123+
:ref:`assets.version <reference-framework-assets-version>`,
124+
:ref:`assets.version_strategy <reference-assets-version-strategy>`,
125+
and :ref:`assets.json_manifest_path <reference-assets-json-manifest-path>`
126+
configuration options.
125127

126128
.. seealso::
127129

0 commit comments

Comments
 (0)