Skip to content

Commit 6792ebf

Browse files
committed
minor #16565 Fix wrong markup (fabpot)
This PR was merged into the 5.4 branch. Discussion ---------- Fix wrong markup <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 9dd6020 Fix wrong markup
2 parents 69992ab + 9dd6020 commit 6792ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The kernel will immediately act as a reverse proxy: caching responses
104104
from your application and returning them to the client.
105105

106106
The proxy has a sensible default configuration, but it can be
107-
finely tuned via `a set of options <configuration-framework-http_cache>`.
107+
finely tuned via :ref:`a set of options <configuration-framework-http_cache>`.
108108

109109
When in :ref:`debug mode <debug-mode>`, Symfony automatically adds an
110110
``X-Symfony-Cache`` header to the response. You can also use the ``trace_level``

0 commit comments

Comments
 (0)