Skip to content

Commit

Permalink
Update basic-usage.md (#254)
Browse files Browse the repository at this point in the history
Another link fixed
  • Loading branch information
schmeits authored May 23, 2024
1 parent 81b2ef2 commit 8e113c2
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 @@ -21,7 +21,7 @@ $image = Image::useImageDriver(ImageDriver::Gd)->loadFile(string $pathToImage);

## Applying manipulations

Any of the [image manipulations](/image/v3/image-manipulations/overview) can be applied to the loaded `Image` by calling the manipulation's method. All image manipulation methods can be chained.
Any of the [image manipulations](/docs/image/v3/image-manipulations/overview) can be applied to the loaded `Image` by calling the manipulation's method. All image manipulation methods can be chained.

```php
Image::load('example.jpg')
Expand Down

0 comments on commit 8e113c2

Please sign in to comment.