Skip to content

Commit 4ad6401

Browse files
authored
Fix broken links in 14_ImageThumbnails.md (#217)
1 parent 320ca41 commit 4ad6401

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/14_ImageThumbnails.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Image Thumbnails
22

33
To stay organized, the ToolboxBundle provides a dedicated configuration and a simple helper for image thumbnails.
4-
Every required thumbnail size is defined in the [toolbox configuration](https://github.com/dachcom-digital/pimcore-toolbox/blob/master/config/pimcore/image_thumbnails.yaml).
5-
So it's easy for you to simplify or change the [Image Thumbnail](https://www.pimcore.org/docs/5.0.0/Assets/Working_with_Thumbnails/Image_Thumbnails.html) reference.
4+
Every required thumbnail size is defined in the [toolbox configuration](https://github.com/dachcom-digital/pimcore-toolbox/blob/master/config/image_thumbnails.yaml).
5+
So it's easy for you to simplify or change the [Image Thumbnail](https://pimcore.com/docs/platform/Pimcore/Assets/Working_with_Thumbnails/Image_Thumbnails/) reference.
66

77
Although this is just an optional feature, it makes sense to use the view helper in your project and custom bricks.
88

@@ -20,4 +20,4 @@ toolbox:
2020
2121
```twig
2222
{{ asset.getThumbnail(toolbox_get_image_thumbnail('my_thumbnail_size')) }}
23-
```
23+
```

0 commit comments

Comments
 (0)