Skip to content

Commit 26e85d8

Browse files
committed
Open Replace remote provider's address (#3238)
1 parent 60c7e39 commit 26e85d8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

code_samples/back_office/images/config/packages/images_remote.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ ezplatform:
33
default:
44
provider: remote
55
options:
6-
url_pattern: 'https://placekitten.com/%%width%%/%%height%%'
6+
url_pattern: 'https://placecats.com/%%width%%/%%height%%'

docs/guide/images/images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ with basic information about the original image (see [example 1](#configuration-
168168
With the [`RemoteProvider`](https://github.com/ezsystems/ezplatform-kernel/blob/master/eZ/Bundle/EzPublishCoreBundle/Imagine/PlaceholderProvider/RemoteProvider.php) you can download
169169
placeholders from:
170170

171-
- remote sources, for example, <http://placekitten.com> (see [example 2](#configuration-examples))
171+
- remote sources, for example, <http://placecats.com> (see [example 2](#configuration-examples))
172172
- live version of a site (see [example 3](#configuration-examples))
173173

174-
![Placeholder RemoteProvider - placekitten.com](../img/placeholder_remote_provider.jpg "Remote placeholder images on a page")
174+
![Placeholder RemoteProvider - placecats.com](../img/placeholder_remote_provider.jpg "Remote placeholder images on a page")
175175

176176
|Option|Default value|Description|
177177
|------|-------------|-----------|

0 commit comments

Comments
 (0)