summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-09-13 15:23:43 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-09-13 15:23:43 +0200
commit906cf7ebcf110c0e59ecf7ac5ecc17fd136fc7c3 (patch)
tree6b4cc43fc57e207622dae0463220fca2c5b023a8 /README.md
parentf0a455ff418af0e2aab351cd805f01ac4493bde8 (diff)
downloadlibgd-906cf7ebcf110c0e59ecf7ac5ecc17fd136fc7c3.tar.gz
Fix #474: libtiff link returns 404 HTTP code
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 681750a..9ee04e4 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,6 @@ It also has optional support for more formats via external libraries:
* [JPEG](https://en.wikipedia.org/wiki/JPEG) via [IJG/libjpeg](http://www.ijg.org/) or [libjpeg-turbo](http://libjpeg-turbo.virtualgl.org/)
* Does not include [JPEG 2000](https://en.wikipedia.org/wiki/JPEG_2000)
* [PNG](https://en.wikipedia.org/wiki/Portable_Network_Graphics) via [libpng](http://www.libpng.org/)
-* [TIFF](https://en.wikipedia.org/wiki/Tagged_Image_File_Format) via [libtiff](http://www.remotesensing.org/libtiff/)
+* [TIFF](https://en.wikipedia.org/wiki/Tagged_Image_File_Format) via [libtiff](http://www.libtiff.org/)
* [WebP](https://en.wikipedia.org/wiki/WebP) via [libwebp](https://developers.google.com/speed/webp/)
* [XPM](https://en.wikipedia.org/wiki/X_PixMap) via [libXpm](http://xorg.freedesktop.org/)