mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
DOC: fix invalid syntax on link
Fixing the markdown syntax for the link to HTTP Cache Headers.
This commit is contained in:
parent
25094fcdf5
commit
da56fa785b
@ -854,7 +854,7 @@ class MySecureController extends Controller
|
||||
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
|
||||
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
|
||||
[Web Fundamentals on Caching](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/http-caching).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user