Skip to content

Commit c88c175

Browse files
committed
minor #19327 [Reference] Fix assets links have wrong label (smnandre)
This PR was merged into the 5.4 branch. Discussion ---------- [Reference] Fix assets links have wrong label Asset options shared the same label, making the reading of [this paragraph](https://symfony.com/doc/current/reference/configuration/framework.html#reference-framework-assets-version) 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 as this "bug" (a strong word there) is on all current versions (5.4 -> 7.1) <img width="890" alt="screenshot" src="https://github.com/symfony/symfony-docs/assets/1359581/ebca08f7-3f8c-444f-8d7a-24789aacd701"> Commits ------- 12c8d58 [Reference] Fix assets links have wrong label
2 parents 62ff824 + 12c8d58 commit c88c175

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)