Skip to content

Commit

Permalink
Fix broken link (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Aug 20, 2024
1 parent e9239da commit 4e42f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Image::load('example.jpg')
->save('modified-example.jpg');
```

To save the image in a different image format or with a different jpeg quality [see saving images](/image/v1/usage/saving-images).
To save the image in a different image format or with a different jpeg quality [see saving images](/image/v3/usage/saving-images).

## Retrieve a base64 string

Expand Down

0 comments on commit 4e42f7f

Please sign in to comment.