Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 703547a

Browse files
committed
fix link
1 parent e923b35 commit 703547a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.4/config-guide/remote-storage/config-remote-storage-caching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ functional_areas:
77
- Setup
88
---
99

10-
Remote storage provides a cache layer for external API calls. The caching is based on the [Flysystem caching solution], which provides cache adapters. Remote storage includes the following cache types:
10+
Remote storage provides a cache layer for external API calls. The caching is based on the [Flysystem caching solution][flysystem], which provides cache adapters. Remote storage includes the following cache types:
1111

1212
- **Memory cache**—Memory cache is enabled by default and provides per-request cache.
1313
- **Redis cache**—Redis cache is a persistent cache that is stored in Redis and requires an active Redis service with additional configuration.
@@ -42,5 +42,5 @@ To use Redis cache with [predis/predis][predis] extension:
4242
```
4343

4444
<!-- link definitions -->
45-
[Flysystem cache]: https://flysystem.thephpleague.com/v1/docs/advanced/caching
45+
[flysystem]: https://flysystem.thephpleague.com/v1/docs/advanced/caching
4646
[predis]: https://github.com/predis/predis

0 commit comments

Comments
 (0)