This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
commit 81a1e15183e84911741f20ad51fda06b5f916bde Author: Gary Gregory <[email protected]> AuthorDate: Tue Jul 4 08:04:30 2023 -0400 Update URLs in comments - Document broken URLs - Use HTTPS instead of HTTP in comments where available - Format tweaks --- .../imaging/formats/tiff/constants/AliasSketchbookProTagConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AliasSketchbookProTagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AliasSketchbookProTagConstants.java index 6cdad43f..8d069001 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AliasSketchbookProTagConstants.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AliasSketchbookProTagConstants.java @@ -26,7 +26,7 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoAscii; /** * Alias Sketchbook Pro multi-layer TIFF. * <p> - * http://www.awaresystems.be/imaging/tiff/tifftags/docs/alias.html + * https://www.awaresystems.be/imaging/tiff/tifftags/docs/alias.html * </p> */ public final class AliasSketchbookProTagConstants {
