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 265570f8f9998b32c4e3edf1a5e1f5c9b30ec10e Author: Gary Gregory <[email protected]> AuthorDate: Tue Jul 4 08:12:51 2023 -0400 Update URLs in comments - Document broken URLs - Use HTTPS instead of HTTP in comments where available - Format tweaks --- .../commons/imaging/formats/tiff/constants/Tiff4TagConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/Tiff4TagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/Tiff4TagConstants.java index 2bb170c7..735dce2b 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/Tiff4TagConstants.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/Tiff4TagConstants.java @@ -26,7 +26,7 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoShort; /** * Tags in TIFF4 but NOT in TIFF6. * <p> - * http://cool.conservation-us.org/bytopic/imaging/std/tiff4.html + * https://cool.culturalheritage.org/bytopic/imaging/std/tiff4.html * </p> */ public final class Tiff4TagConstants {
