Skip to content

Commit 59c51c6

Browse files
committed
Also update the interface with the new urls.
1 parent fa460ba commit 59c51c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magick.NET.Core/IMagickImage.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -990,9 +990,9 @@ public partial interface IMagickImage : IMagickImageCreateOperations, IDisposabl
990990
ITypeMetric? FontTypeMetrics(string text, bool ignoreNewlines);
991991

992992
/// <summary>
993-
/// Formats the specified expression, more info here: http://www.imagemagick.org/script/escape.php.
993+
/// Formats the specified expression (more info can be found here: https://imagemagick.org/script/escape.php).
994994
/// </summary>
995-
/// <param name="expression">The expression, more info here: http://www.imagemagick.org/script/escape.php.</param>
995+
/// <param name="expression">The expression.</param>
996996
/// <returns>The result of the expression.</returns>
997997
/// <exception cref="MagickException">Thrown when an error is raised by ImageMagick.</exception>
998998
string? FormatExpression(string expression);

0 commit comments

Comments
 (0)