Fix link typo in 01_Caching.md

This commit is contained in:
Vlad Mencl 2021-07-27 21:37:58 +12:00 committed by GitHub
parent 507c70e2f5
commit e436e13dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ Note that this library describes usage of [PSR-6](http://www.php-fig.org/psr/psr
but also exposes caches following the PSR-16 interface.
Cache objects are configured via YAML
and SilverStripe's [dependency injection](/developer-guides/extending/injector) system.
and SilverStripe's [dependency injection](/developer_guides/extending/injector) system.
```yml