You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/07/04 12:15:03 UTC

[commons-imaging] 11/32: Update URLs in comments

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 93fe43c7190b066ca3b78e401e71319f9ce7cc7f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jul 4 08:05:34 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/ExifTagConstants.java    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/ExifTagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/ExifTagConstants.java
index 11dd4cd6..191b1700 100644
--- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/ExifTagConstants.java
+++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/ExifTagConstants.java
@@ -43,9 +43,9 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoUnknowns;
 /**
  * References:
  * <ul>
- * <li>http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/EXIF.html</li>
- * <li>http://tiki-lounge.com/~raf/tiff/fields.html</li>
- * <li>http://www.awaresystems.be/imaging/tiff/tifftags.html</li>
+ * <li>https://exiftool.org/TagNames/EXIF.html</li>
+ * <li>[BROKEN URL] http://tiki-lounge.com/~raf/tiff/fields.html</li>
+ * <li>https://www.awaresystems.be/imaging/tiff/tifftags.html</li>
  * <li>"Stonits": http://www.anyhere.com/gward/pixformat/tiffluv.html</li>
  * </ul>
  */