From 81b2ef210d304c2e9ff3737797d35f20faf06340 Mon Sep 17 00:00:00 2001 From: Tally Schmeits Date: Thu, 23 May 2024 10:10:33 +0200 Subject: [PATCH] Update introduction.md (#255) Fixed a link to the overview page --- docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction.md b/docs/introduction.md index b4f95198..bd360a4d 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -5,7 +5,7 @@ weight: 1 Image manipulation doesn't have to be hard. This PHP package makes it super easy to apply common manipulations to images like resizing, cropping and adding effects. -For all available manipulations, please see the [overview](/image/v3/image-manipulations/overview). +For all available manipulations, please see the [overview](/docs/image/v3/image-manipulations/overview). ## Quick examples