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 13de131afccca8a56dbb319582aff237f698df54 Author: Gary Gregory <[email protected]> AuthorDate: Tue Jul 4 08:12:31 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/Rfc2301TagConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/Rfc2301TagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/Rfc2301TagConstants.java index ede88597..30d4bd7d 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/Rfc2301TagConstants.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/Rfc2301TagConstants.java @@ -40,7 +40,7 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoShorts; * Also subsumes "The spirit of TIFF class F" * </p> * <p> - * http://cool.conservation-us.org/bytopic/imaging/std/tiff-f.html + * https://cool.culturalheritage.org/bytopic/imaging/std/tiff-f.html * </p> */ public final class Rfc2301TagConstants {
