Skip to content

Commit 3585bc2

Browse files
committed
minor #7097 link to specific HTTP Cache RFC (snoek09)
This PR was merged into the 2.7 branch. Discussion ---------- link to specific HTTP Cache RFC This fixes issue #7096. Commits ------- 7dcae93 link to specific HTTP Cache RFC
2 parents faaa510 + 7dcae93 commit 3585bc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

http_cache.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ isn't always possible for highly dynamic sites, or is it? With
1919
on only *fragments* of your site.
2020

2121
The Symfony cache system is different because it relies on the simplicity
22-
and power of the HTTP cache as defined in the `HTTP specification`_. Instead of
22+
and power of the HTTP cache as defined in `RFC 7234 - Caching`_. Instead of
2323
reinventing a caching methodology, Symfony embraces the standard that defines
2424
basic communication on the Web. Once you understand the fundamental HTTP
2525
validation and expiration caching models, you'll be ready to master the Symfony
@@ -366,4 +366,3 @@ Learn more
366366
.. _`RFC 7234 - Caching`: https://tools.ietf.org/html/rfc7234
367367
.. _`RFC 7232 - Conditional Requests`: https://tools.ietf.org/html/rfc7232
368368
.. _`FOSHttpCacheBundle`: http://foshttpcachebundle.readthedocs.org/
369-
.. _`HTTP specification`: http://www.w3.org/Protocols/rfc2616/rfc2616.html

0 commit comments

Comments
 (0)