From 28137ab8070e25a213d7e0f29ad0b62385596fe6 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 11 Nov 2014 19:00:50 +0100 Subject: [PATCH] moved inlined URL to the bottom of the file --- book/http_cache.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/http_cache.rst b/book/http_cache.rst index 1f0aeef9166..46e80ed4e73 100644 --- a/book/http_cache.rst +++ b/book/http_cache.rst @@ -763,8 +763,7 @@ at some interval (the expiration) to verify that the content is still valid. .. tip:: You can also define HTTP caching headers for expiration and validation by using - annotations. See the - `FrameworkExtraBundle documentation `_. + annotations. See the `FrameworkExtraBundle documentation`_. .. index:: pair: Cache; Configuration @@ -1127,4 +1126,5 @@ Learn more from the Cookbook .. _`HTTP Bis`: http://tools.ietf.org/wg/httpbis/ .. _`P4 - Conditional Requests`: http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional .. _`P6 - Caching: Browser and intermediary caches`: http://tools.ietf.org/html/draft-ietf-httpbis-p6-cache +.. _`FrameworkExtraBundle documentation`: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/cache.html .. _`ESI`: http://www.w3.org/TR/esi-lang