mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9852 from edwilde/patch-5
DOC: fix invalid syntax on link
This commit is contained in:
commit
97df9725e5
@ -854,7 +854,7 @@ class MySecureController extends Controller
|
|||||||
Caching is hard. If you get it wrong, private or draft content might leak
|
Caching is hard. If you get it wrong, private or draft content might leak
|
||||||
to unauthenticated users. We have created an abstraction which allows you to express
|
to unauthenticated users. We have created an abstraction which allows you to express
|
||||||
your intent around HTTP caching without worrying too much about the details.
|
your intent around HTTP caching without worrying too much about the details.
|
||||||
See [/developer_guides/performances/http_cache_headers](Developer Guides > Performance > HTTP Cache Headers)
|
See [HTTP Cache Headers](/developer_guides/performance/http_cache_headers/)
|
||||||
for details on how to apply caching safely, and read Google's
|
for details on how to apply caching safely, and read Google's
|
||||||
[Web Fundamentals on Caching](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/http-caching).
|
[Web Fundamentals on Caching](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/http-caching).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user