From 2439fd80cba93d72368e11aa8c434ae0b9c668c6 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Mon, 1 Apr 2024 09:27:47 +0200 Subject: [PATCH] Fix documentation links --- src/Interfaces/ImageInterface.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Interfaces/ImageInterface.php b/src/Interfaces/ImageInterface.php index d4464a4b..16e508a6 100644 --- a/src/Interfaces/ImageInterface.php +++ b/src/Interfaces/ImageInterface.php @@ -328,6 +328,7 @@ interface ImageInterface extends IteratorAggregate, Countable /** * Adjust brightness of the current image * + * @link https://image.intervention.io/v3/modifying/effects#changing-the-brightness * @param int $level * @throws RuntimeException * @return ImageInterface @@ -337,7 +338,7 @@ interface ImageInterface extends IteratorAggregate, Countable /** * 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