From: Cristy Date: Sat, 13 Oct 2018 14:19:27 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.8-13~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4554c9dccbb3c3575460dd91322a53455a81558;p=imagemagick ... --- diff --git a/coders/djvu.c b/coders/djvu.c index 69b3020d5..3ae506068 100644 --- a/coders/djvu.c +++ b/coders/djvu.c @@ -819,7 +819,7 @@ static Image *ReadDJVUImage(const ImageInfo *image_info, ddjvu_cache_set_size(lc->context, 1); /* right? */ use_cache = 0; /* document: here we don't have a filename, but, for the sake of generality, a FILE* ! */ - url="http://www.imagemagick.org/fake.djvu"; + url="https://imagemagick.org/fake.djvu"; lc->document = ddjvu_document_create(lc->context, url, use_cache); /* don't cache */ ddjvu_document_set_user_data(lc->document, lc); diff --git a/filters/analyze.c b/filters/analyze.c index 0c3661e01..689421262 100644 --- a/filters/analyze.c +++ b/filters/analyze.c @@ -21,7 +21,7 @@ % You may not use this file except in compliance with the License. You may % % obtain a copy of the License at % % % -% https://www.imagemagick.org/script/license.php % +% https://imagemagick.org/script/license.php % % % % Unless required by applicable law or agreed to in writing, software % % distributed under the License is distributed on an "AS IS" BASIS, % diff --git a/tests/drawtest.c b/tests/drawtest.c index 83ae76bcb..a9af19163 100644 --- a/tests/drawtest.c +++ b/tests/drawtest.c @@ -30,7 +30,7 @@ % You may not use this file except in compliance with the License. You may % % obtain a copy of the License at % % % -% https://www.imagemagick.org/script/license.php % +% https://imagemagick.org/script/license.php % % % % Unless required by applicable law or agreed to in writing, software % % distributed under the License is distributed on an "AS IS" BASIS, % diff --git a/tests/validate.c b/tests/validate.c index abd74b5a6..bf3dabac1 100644 --- a/tests/validate.c +++ b/tests/validate.c @@ -24,7 +24,7 @@ % You may not use this file except in compliance with the License. You may % % obtain a copy of the License at % % % -% https://www.imagemagick.org/script/license.php % +% https://imagemagick.org/script/license.php % % % % Unless required by applicable law or agreed to in writing, software % % distributed under the License is distributed on an "AS IS" BASIS, % diff --git a/tests/wandtest.c b/tests/wandtest.c index a9e008800..f820d87c0 100644 --- a/tests/wandtest.c +++ b/tests/wandtest.c @@ -29,7 +29,7 @@ % You may not use this file except in compliance with the License. You may % % obtain a copy of the License at % % % -% https://www.imagemagick.org/script/license.php % +% https://imagemagick.org/script/license.php % % % % Unless required by applicable law or agreed to in writing, software % % distributed under the License is distributed on an "AS IS" BASIS, %