Skip to content

Commit fa460ba

Browse files
committed
Updated comment with the correct url.
1 parent 0877262 commit fa460ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magick.NET/MagickImage.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2988,9 +2988,9 @@ public void Flop()
29882988
}
29892989

29902990
/// <summary>
2991-
/// Formats the specified expression, more info here: http://www.imagemagick.org/script/escape.php.
2991+
/// Formats the specified expression (more info can be found here: https://imagemagick.org/script/escape.php).
29922992
/// </summary>
2993-
/// <param name="expression">The expression, more info here: http://www.imagemagick.org/script/escape.php.</param>
2993+
/// <param name="expression">The expression.</param>
29942994
/// <returns>The result of the expression.</returns>
29952995
/// <exception cref="MagickException">Thrown when an error is raised by ImageMagick.</exception>
29962996
public string? FormatExpression(string expression)

0 commit comments

Comments
 (0)