From 8bcca985839713ea65fb1a1eac76e9cfe0d6ca8b Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 6 Aug 2016 19:36:09 +1000 Subject: [PATCH] Updated redirect URL --- _imagingcms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_imagingcms.c b/_imagingcms.c index a05e5cdc690..292d5e19b5b 100644 --- a/_imagingcms.c +++ b/_imagingcms.c @@ -727,7 +727,7 @@ static cmsBool _calculate_rgb_primaries(CmsProfileObject* self, cmsCIEXYZTRIPLE* cmsHPROFILE hXYZ; cmsHTRANSFORM hTransform; - /* http://littlecms2.blogspot.com/2009/07/less-is-more.html */ + /* http://littlecms2.blogspot.com.au/2009/07/less-is-more.html */ // double array of RGB values with max on each identitiy hXYZ = cmsCreateXYZProfile();