Skip to content

Commit ee6f472

Browse files
committed
Fix next links in doc
1 parent 222a852 commit ee6f472

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/4-caching-metadata-in-symfony-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ flysystem:
8585

8686
## Next
8787

88-
[Creating a custom adapter](https://github.com/thephpleague/flysystem-bundle/blob/master/docs/5-creating-a-custom-adapter.md)
88+
[Using a lazy adapter to switch storage backend using an environment variable](https://github.com/thephpleague/flysystem-bundle/blob/master/docs/5-using-lazy-adapter-to-switch-at-runtime.md)

docs/5-using-lazy-adapter-to-switch-at-runtime.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,7 @@ same way as any other storage:
107107

108108
* you can use it in manual injection by injecting the service named `uploads.storage` inside
109109
your services.
110+
111+
## Next
112+
113+
[Creating a custom adapter](https://github.com/thephpleague/flysystem-bundle/blob/master/docs/6-creating-a-custom-adapter.md)

0 commit comments

Comments
 (0)