Skip to content

Commit 81fc1c6

Browse files
committed
minor #4448 [Book][HTTP Cache] moved inlined URL to the bottom of the file (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- [Book][HTTP Cache] moved inlined URL to the bottom of the file | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Commits ------- 28137ab moved inlined URL to the bottom of the file
2 parents 6995b07 + 28137ab commit 81fc1c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/http_cache.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -763,8 +763,7 @@ at some interval (the expiration) to verify that the content is still valid.
763763
.. tip::
764764

765765
You can also define HTTP caching headers for expiration and validation by using
766-
annotations. See the
767-
`FrameworkExtraBundle documentation <http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/cache.html>`_.
766+
annotations. See the `FrameworkExtraBundle documentation`_.
768767

769768
.. index::
770769
pair: Cache; Configuration
@@ -1127,4 +1126,5 @@ Learn more from the Cookbook
11271126
.. _`HTTP Bis`: http://tools.ietf.org/wg/httpbis/
11281127
.. _`P4 - Conditional Requests`: http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional
11291128
.. _`P6 - Caching: Browser and intermediary caches`: http://tools.ietf.org/html/draft-ietf-httpbis-p6-cache
1129+
.. _`FrameworkExtraBundle documentation`: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/cache.html
11301130
.. _`ESI`: http://www.w3.org/TR/esi-lang

0 commit comments

Comments
 (0)