Skip to content

Commit 1e8eb4d

Browse files
author
Cristy
committed
...
1 parent 0a176e1 commit 1e8eb4d

16 files changed

Lines changed: 25 additions & 25 deletions

File tree

Magick++/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ Magick++ demo programs.
5252
Reporting Bugs
5353

5454
Please report any bugs via the Magick++ Bug Tracking System at
55-
http://www.imagemagick.org/discourse-server/.
55+
https://imagemagick.org/discourse-server/.

MagickCore/delegate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ static const char
9191
"<delegatemap>"
9292
" <delegate decode=\"bpg\" command=\"&quot;bpgdec&quot; -b 16 -o &quot;%o.png&quot; &quot;%i&quot;; mv &quot;%o.png&quot; &quot;%o&quot;\"/>"
9393
" <delegate decode=\"png\" encode=\"bpg\" command=\"&quot;bpgenc&quot; -b 12 -o &quot;%o&quot; &quot;%i&quot;\"/>"
94-
" <delegate decode=\"browse\" stealth=\"True\" spawn=\"True\" command=\"&quot;xdg-open&quot; http://www.imagemagick.org/; rm &quot;%i&quot;\"/>"
94+
" <delegate decode=\"browse\" stealth=\"True\" spawn=\"True\" command=\"&quot;xdg-open&quot; https://imagemagick.org/; rm &quot;%i&quot;\"/>"
9595
" <delegate decode=\"cdr\" command=\"&quot;uniconvertor&quot; &quot;%i&quot; &quot;%o.svg&quot;; mv &quot;%o.svg&quot; &quot;%o&quot;\"/>"
9696
" <delegate decode=\"cgm\" command=\"&quot;uniconvertor&quot; &quot;%i&quot; &quot;%o.svg&quot;; mv &quot;%o.svg&quot; &quot;%o&quot;\"/>"
9797
" <delegate decode=\"https\" command=\"&quot;curl&quot; -s -k -L -o &quot;%o&quot; &quot;https:%M&quot;\"/>"

PerlMagick/Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
2014-11-05 7.03 Cristy <quetzlzacatenango@image...>
22
* Add support for $image->Colorspace() (reference
3-
https://www.imagemagick.org/discourse-server/viewtopic.php?f=7&t=30980).
3+
https://imagemagick.org/discourse-server/viewtopic.php?f=7&t=30980).
44

55
2011-08-01 7.00 Cristy <quetzlzacatenango@image...>
66
* New version 7.00.

PerlMagick/Magick.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package Image::Magick;
66
# You may not use this file except in compliance with the License. You may
77
# obtain a copy of the License at
88
#
9-
# http://www.imagemagick.org/script/license.php
9+
# https://imagemagick.org/script/license.php
1010
#
1111
# Unless required by applicable law or agreed to in writing, software
1212
# distributed under the License is distributed on an "AS IS" BASIS,
@@ -125,11 +125,11 @@ It was originally developed to be used by CGI scripts for Web pages.
125125
A web page has been set up for this extension. See:
126126
127127
file:///usr/local/share/doc/ImageMagick-7.0.0/www/perl-magick.html
128-
http://www.imagemagick.org/script/perl-magick.php
128+
https://imagemagick.org/script/perl-magick.php
129129
130130
If you have problems, go to
131131
132-
http://www.imagemagick.org/discourse-server/viewforum.php?f=7
132+
https://imagemagick.org/discourse-server/viewforum.php?f=7
133133
134134
=head1 AUTHOR
135135

PerlMagick/Makefile.PL.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ sub AutodetectWin32gcc {
101101
# Please check the following prerequisites:
102102
#
103103
# 1) You need to have installed ImageMagick Windows binaries from
104-
# http://www.imagemagick.org/script/binary-releases.php#windows
104+
# https://imagemagick.org/script/binary-releases.php#windows
105105
#
106106
# 2) We only support dynamic (DLL) ImageMagick binaries
107107
# note: it is not possible to mix 32/64-bit binaries of perl and ImageMagick

PerlMagick/Makefile.nt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This program is covered by multiple licenses, which are described in
44
# LICENSE. You should have received a copy of LICENSE with this
5-
# package; otherwise see http://www.imagemagick.org/script/license.php.
5+
# package; otherwise see https://imagemagick.org/script/license.php.
66
#
77
# Makefile for building PerlMagick under Windows
88
#

PerlMagick/check.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# You may not use this file except in compliance with the License. You may
66
# obtain a copy of the License at
77
#
8-
# http://www.imagemagick.org/script/license.php
8+
# https://imagemagick.org/script/license.php
99
#
1010
# Unless required by applicable law or agreed to in writing, software
1111
# distributed under the License is distributed on an "AS IS" BASIS,

coders/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# You may not use this file except in compliance with the License. You may
55
# obtain a copy of the License at
66
#
7-
# http://www.imagemagick.org/script/license.php
7+
# https://imagemagick.org/script/license.php
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS,

config/ImageMagick.rdf.in

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Project>
55
<name>ImageMagick</name>
66
<shortdesc xml:lang="en">ImageMagick: convert, edit, or compose images.</shortdesc>
7-
<homepage rdf:resource="https://www.imagemagick.org/"/>
7+
<homepage rdf:resource="https://imagemagick.org/"/>
88
<created>@PACKAGE_RELEASE_DATE@</created>
99

1010
<description xml:lang="en">
@@ -40,11 +40,11 @@ Introduction to ImageMagick
4040
security vulnerabilities.
4141

4242
ImageMagick is available from
43-
https://www.imagemagick.org/script/download.php. It runs on Linux, Windows,
43+
https://imagemagick.org/script/download.php. It runs on Linux, Windows,
4444
Mac Os X, iOS, Android OS, and others.
4545

4646
The authoritative ImageMagick web site is
47-
https://www.imagemagick.org. The authoritative source code repository is
47+
https://imagemagick.org. The authoritative source code repository is
4848
https://git.imagemagick.org/repos/ImageMagick/.
4949

5050

@@ -117,7 +117,7 @@ Features and Capabilities
117117
<maintainer>
118118
<foaf:Person>
119119
<foaf:name>ImageMagick Studio LLC</foaf:name>
120-
<foaf:homepage rdf:resource="https://www.imagemagick.org/"/>
120+
<foaf:homepage rdf:resource="https://imagemagick.org/"/>
121121
</foaf:Person>
122122
</maintainer>
123123

@@ -130,11 +130,11 @@ Features and Capabilities
130130
</Version>
131131
</release>
132132

133-
<download-page rdf:resource="https://www.imagemagick.org/script/download.php"/>
133+
<download-page rdf:resource="https://imagemagick.org/script/download.php"/>
134134
<download-mirror rdf:resource="https://sourceforge.net/projects/imagemagick/"/>
135135

136136
<!-- Licensing details -->
137-
<license rdf:resource="https://www.imagemagick.org/script/license.php"/>
137+
<license rdf:resource="https://imagemagick.org/script/license.php"/>
138138

139139
<!-- source repository -->
140140
<repository>
@@ -153,7 +153,7 @@ Features and Capabilities
153153
<foaf:maker>
154154
<foaf:Person>
155155
<foaf:name>ImageMagick Studio LLC</foaf:name>
156-
<foaf:homepage rdf:resource="https://www.imagemagick.org/"/>
156+
<foaf:homepage rdf:resource="https://imagemagick.org/"/>
157157
</foaf:Person>
158158
</foaf:maker>
159159
</rdf:Description>

config/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# You may not use this file except in compliance with the License. You may
55
# obtain a copy of the License at
66
#
7-
# http://www.imagemagick.org/script/license.php
7+
# https://imagemagick.org/script/license.php
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)