Skip to content

Commit fc4c3d9

Browse files
authored
Merge pull request #327 from bradjones1/patch-1
Update Flysystem URLs
2 parents a6223dd + d0ac8f9 commit fc4c3d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/2.0/config/source-and-cache.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Glide makes it possible to access images stored in a variety of file systems. It
99

1010
## Setup using Flysystem
1111

12-
To set your source and cache locations, simply pass an instance of `League\Flysystem\Filesystem` for each. See the Flysystem [website](http://flysystem.thephpleague.com/) for a complete list of available adapters.
12+
To set your source and cache locations, simply pass an instance of `League\Flysystem\Filesystem` for each. See the Flysystem [website](https://flysystem.thephpleague.com/) for a complete list of available adapters.
1313

1414
~~~ php
1515
<?php
@@ -88,7 +88,7 @@ With the base URL configured, the new image source paths will no longer include
8888

8989
## Disabling the cache
9090

91-
In some situations it may be desirable to disable the cache. For example, you may choose to use a tool like Varnish for caching instead. The best way to do this with Glide is to use an [in-memory adapter](http://flysystem.thephpleague.com/adapter/memory/) for Flysystem. This will prevent any cached images from being saved to your local disk.
91+
In some situations it may be desirable to disable the cache. For example, you may choose to use a tool like Varnish for caching instead. The best way to do this with Glide is to use an [in-memory adapter](https://flysystem.thephpleague.com/v2/docs/adapter/in-memory/) for Flysystem. This will prevent any cached images from being saved to your local disk.
9292

9393
## Grouping cache in folders
9494

@@ -114,4 +114,4 @@ Glide does not automatically purge cached images. However, this can be done by y
114114
<?php
115115

116116
$server->deleteCache('kayaks.jpg');
117-
~~~
117+
~~~

0 commit comments

Comments
 (0)