From 12c8d58cf9851c418e100bbed5532873e46d3031 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 23 Dec 2023 01:36:42 +0100 Subject: [PATCH] [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) --- reference/twig_reference.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/twig_reference.rst b/reference/twig_reference.rst index 5d13a79abaf..cb3c83f6829 100644 --- a/reference/twig_reference.rst +++ b/reference/twig_reference.rst @@ -120,8 +120,10 @@ the application is installed (e.g. in case the project is accessed in a host subdirectory) and the optional asset package base path. Symfony provides various cache busting implementations via the -:ref:`reference-framework-assets-version`, :ref:`reference-assets-version-strategy`, -and :ref:`reference-assets-json-manifest-path` configuration options. +:ref:`assets.version `, +:ref:`assets.version_strategy `, +and :ref:`assets.json_manifest_path ` +configuration options. .. seealso::