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