]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sat, 13 Oct 2018 14:19:27 +0000 (10:19 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sat, 13 Oct 2018 14:19:27 +0000 (10:19 -0400)
coders/djvu.c
filters/analyze.c
tests/drawtest.c
tests/validate.c
tests/wandtest.c

index 69b3020d5b94606695b5e460d9d7797c37d909c4..3ae5060684f817bcaa5eac44de0eeab87bc5d0c2 100644 (file)
@@ -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);
 
index 0c3661e01e6dd095cab0882ad5ca1f5524de7b87..6894212620b8fb39358a7554641f1b988dd74a71 100644 (file)
@@ -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,          %
index 83ae76bcb9f171231bed758da4b368b913fb0dbc..a9af19163717bb5ac1794b9232046804ed13ed2e 100644 (file)
@@ -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,          %
index abd74b5a62ac0fcd346184dbda45373131302dd3..bf3dabac147da5d8297682ac446fe8b43c1bfc70 100644 (file)
@@ -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,          %
index a9e00880099930768a161496ad15506d7eb6b4f0..f820d87c01d7b9e183dbbff9cbe87101d48569e3 100644 (file)
@@ -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,          %