Skip to content

Commit 69b53b5

Browse files
committed
Fix image crop links
1 parent ceae19f commit 69b53b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/docs/1_guide/2_read-me/guide.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Let's look at a detailed Reference page to see how you can get the most of it.
5353

5454
1. **Method name**: In our example, the method name is `thumb()`.
5555
2. **Brief explanation what the method does**: The `thumb()` method creates a thumbnail or modified version of the file.
56-
3. **A link to the Guide** where available that puts the method into a larger context. Here, the link points to the (link: docs/guide/templates/resize-images-on-the-fly text: Resizing & cropping images) guide page.
56+
3. **A link to the Guide** where available that puts the method into a larger context. Here, the link points to the (link: docs/guide/files/resize-images-on-the-fly text: Resizing & cropping images) guide page.
5757
4. **Link to the source code on GitHub**. If a method doesn't have in-depth explanations or examples, it can help to take a look at the source code. This is also useful if you want to modify a method in a model, for example.
5858
5. **Method signature**, i.e. method name, accepted parameters and data types of these parameters
5959
6. **Parameters** the methods accepts/expects together with their allowed types, see (link: #parameters text: parameters)

content/releases/3-6/changes/core/link.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Features:
55

66
#### Image formats
77

8-
- **WebP & AVIF support:** With increasingly better browser support for WebP and AVIF on the horizon, optimizing images has become a lot easier. Our image processing engine now supports both formats. (link: docs/guide/templates/resize-images-on-the-fly#image-formats text: Learn more ›)
8+
- **WebP & AVIF support:** With increasingly better browser support for WebP and AVIF on the horizon, optimizing images has become a lot easier. Our image processing engine now supports both formats. (link: docs/guide/files/resize-images-on-the-fly#image-formats text: Learn more ›)
99

1010
```php
1111
<?= $image->thumb(['width' => 200, 'format' => 'webp']) ?>

0 commit comments

Comments
 (0)