Skip to content

Commit

Permalink
Fix documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Apr 1, 2024
1 parent d982359 commit 2439fd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Interfaces/ImageInterface.php
Expand Up @@ -328,6 +328,7 @@ public function greyscale(): self;
/**
* Adjust brightness of the current image
*
* @link https://image.intervention.io/v3/modifying/effects#changing-the-brightness
* @param int $level
* @throws RuntimeException
* @return ImageInterface
Expand All @@ -337,7 +338,7 @@ public function brightness(int $level): self;
/**
* Adjust color contrast of the current image
*
* @link https://image.intervention.io/v3/modifying/effects#changing-the-brightness
* @link https://image.intervention.io/v3/modifying/effects#changing-the-contrast
* @param int $level
* @throws RuntimeException
* @return ImageInterface
Expand Down

0 comments on commit 2439fd8

Please sign in to comment.