From f381e0ed517bc8466625dba82e10f0b31ecbe645 Mon Sep 17 00:00:00 2001 From: MoonsvnLyn <287222957+FirmaSpring@users.noreply.github.com> Date: Mon, 17 Aug 2026 17:51:33 +0800 Subject: [PATCH] docs: replace dead Adobe TIFF spec links with libtiff mirrors The partners.adobe.com links for the TIFF 6.0 specification and Supplements 1 and 2 GET 404. Replace them with the equivalent PDFs hosted by download.osgeo.org (libtiff project), verified 200. Co-authored-by: FirmamentalSpring <287222957+FirmaSpring@users.noreply.github.com> --- src/ImageSharp/Formats/Tiff/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ImageSharp/Formats/Tiff/README.md b/src/ImageSharp/Formats/Tiff/README.md index 48cbd54cad..8e49669f20 100644 --- a/src/ImageSharp/Formats/Tiff/README.md +++ b/src/ImageSharp/Formats/Tiff/README.md @@ -2,9 +2,9 @@ ## References - TIFF - - [TIFF 6.0 Specification](http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf),(http://www.npes.org/pdf/TIFF-v6.pdf) - - [TIFF Supplement 1](http://partners.adobe.com/public/developer/en/tiff/TIFFPM6.pdf) - - [TIFF Supplement 2](http://partners.adobe.com/public/developer/en/tiff/TIFFphotoshop.pdf) + - [TIFF 6.0 Specification](https://download.osgeo.org/libtiff/doc/TIFF6.pdf) + - [TIFF Supplement 1](https://download.osgeo.org/libtiff/doc/TIFFPM6.pdf) + - [TIFF Supplement 2](https://download.osgeo.org/libtiff/doc/TIFFphotoshop.pdf) - [TIFF Supplement 3](http://chriscox.org/TIFFTN3d1.pdf) - [TIFF-F/FX Extension (RFC2301)](http://www.ietf.org/rfc/rfc2301.txt) - [TIFF/EP Extension (Wikipedia)](https://en.wikipedia.org/wiki/TIFF/EP)