Skip to content

Commit ac748c2

Browse files
authored
Fix broken link (#20)
rmagick/rmagick#1606
1 parent b94e553 commit ac748c2

27 files changed

+116
-116
lines changed

comtasks.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22

3-
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<html xmlns="https://www.w3.org/1999/xhtml">
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
66

@@ -139,7 +139,7 @@ <h2 id="thumb">Making thumbnails</h2>
139139
<h3>flickr-style thumbnails</h3>
140140

141141
<p>
142-
<a href="http://www.flickr.com">flickr</a> thumbnails are 75 pixels wide and 75 pixels tall. If the original image isn't square, the thumbnail is cropped
142+
<a href="https://www.flickr.com">flickr</a> thumbnails are 75 pixels wide and 75 pixels tall. If the original image isn't square, the thumbnail is cropped
143143
in its larger dimension so that the image isn't distorted. You can get make this kind of thumbnail with the
144144
<a href="image3.html#resize_to_fill">resize_to_fill</a> method.
145145
</p>

constants.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22

3-
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<html xmlns="https://www.w3.org/1999/xhtml">
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
66

@@ -182,7 +182,7 @@ <h3 class="const" style="margin-top: 0" id="Miscellaneous_constants">Miscellaneo
182182

183183
<dd>
184184
The ImageMagick version string. This has the form:<br />
185-
<code>@(#)ImageMagick X.Y.Z MM/DD/YY Q:16 http://www.imagemagick.org</code>
185+
<code>@(#)ImageMagick X.Y.Z MM/DD/YY Q:16 https://www.imagemagick.org</code>
186186
</dd>
187187

188188
<dt>MANAGED_MEMORY</dt>
@@ -986,7 +986,7 @@ <h3 class="const" id="CompressionType">CompressionType</h3>
986986

987987
<dd>
988988
See the Wikipedia page for
989-
<a href="http://en.wikipedia.org/wiki/Run_length_encoding">Run-length encoding</a>.
989+
<a href="https://en.wikipedia.org/wiki/Run_length_encoding">Run-length encoding</a>.
990990
</dd>
991991

992992
<dt>ZipCompression</dt>
@@ -1638,7 +1638,7 @@ <h3 class="const" id="OrientationType">OrientationType</h3>
16381638
<p>
16391639
Specify the orientation of the image pixels. See
16401640
<a href="imageattrs.html#orientation">Image#orientation</a> and <a href="info.html#orientation">Info#orientation</a>. See
1641-
<a href="http://jpegclub.org/exif_orientation.html">http://jpegclub.org/exif_orientation.html</a>
1641+
<a href="https://jpegclub.org/exif_orientation.html">https://jpegclub.org/exif_orientation.html</a>
16421642
for an explanation of these values.
16431643
</p>
16441644

draw.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22

3-
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<html xmlns="https://www.w3.org/1999/xhtml">
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
66

@@ -698,7 +698,7 @@ <h4>Description</h4>
698698

699699
<p class="imquote">
700700
See
701-
<a href="http://freetype.sourceforge.net/freetype2/docs/glyphs/index.html"> FreeType Glyph Conventions</a>
701+
<a href="https://freetype.sourceforge.net/freetype2/docs/glyphs/index.html"> FreeType Glyph Conventions</a>
702702
for a detailed description of font metrics related issues.
703703
</p>
704704
</blockquote>
@@ -727,7 +727,7 @@ <h4>Returns</h4>
727727

728728
<p>
729729
A TypeMetric struct. This structure has the following attributes. (The descriptions are taken from the
730-
<a href="http://www.imagemagick.org/Magick++/TypeMetric.html">Magick++</a>
730+
<a href="https://www.imagemagick.org/Magick++/TypeMetric.html">Magick++</a>
731731
documentation and source code.)
732732
</p>
733733

@@ -859,7 +859,7 @@ <h4>Description</h4>
859859

860860
<p>
861861
Transforms the coordinate system by a 3x3 transformation matrix. See
862-
<a href="http://www.w3.org/TR/SVG/coords.html#EstablishingANewUserSpace"> Coordinate system transformations</a>
862+
<a href="https://www.w3.org/TR/SVG/coords.html#EstablishingANewUserSpace"> Coordinate system transformations</a>
863863
in the <cite>Scalable Vector Graphics (SVG) 1.1 Specification</cite>.
864864
</p>
865865

@@ -1017,7 +1017,7 @@ <h4>Examples</h4>
10171017

10181018
<p>
10191019
The following examples are taken from the
1020-
<a href="http://www.w3.org/TR/SVG/paths.html">Paths</a> section of the <cite>Scalable Vector Graphics (SVG) 1.1 Specification</cite>.
1020+
<a href="https://www.w3.org/TR/SVG/paths.html">Paths</a> section of the <cite>Scalable Vector Graphics (SVG) 1.1 Specification</cite>.
10211021
</p>
10221022

10231023
<h4>Example 1</h4>
@@ -1172,7 +1172,7 @@ <h4>Description</h4>
11721172

11731173
<p>
11741174
Specify how to determine if a point on the image is inside clipping region. See
1175-
<a href="http://www.w3.org/TR/SVG/painting.html#FillRuleProperty"
1175+
<a href="https://www.w3.org/TR/SVG/painting.html#FillRuleProperty"
11761176
><code> the <b>'fill-rule'</b> property</code></a
11771177
>
11781178
in the
@@ -1203,7 +1203,7 @@ <h4>Description</h4>
12031203

12041204
<p>
12051205
Defines the coordinate space within the clipping region. See
1206-
<a href="http://www.w3.org/TR/SVG/masking.html#EstablishingANewClippingPath"> Establishing a New Clipping Path</a>
1206+
<a href="https://www.w3.org/TR/SVG/masking.html#EstablishingANewClippingPath"> Establishing a New Clipping Path</a>
12071207
in the <cite>Scalable Vector Graphics (SVG) 1.1 Specification</cite> for a complete description and examples.
12081208
</p>
12091209

@@ -1522,7 +1522,7 @@ <h4>Description</h4>
15221522

15231523
<p>
15241524
Specify how to determine if a point on the image is inside a shape. See
1525-
<a href="http://www.w3.org/TR/SVG/painting.html#FillRuleProperty"
1525+
<a href="https://www.w3.org/TR/SVG/painting.html#FillRuleProperty"
15261526
><code> the <b>'fill-rule'</b> property</code></a
15271527
>
15281528
in the
@@ -1928,7 +1928,7 @@ <h3 id="path">path</h3>
19281928
<h4>Description</h4>
19291929

19301930
<p>
1931-
Draw using SVG-compatible path drawing commands. See "<a href="http://www.w3.org/TR/SVG/paths.html">Paths</a>" in the
1931+
Draw using SVG-compatible path drawing commands. See "<a href="https://www.w3.org/TR/SVG/paths.html">Paths</a>" in the
19321932
<cite>Scalable Vector Graphics (SVG) 1.1 Specification</cite>.
19331933
</p>
19341934

@@ -1948,7 +1948,7 @@ <h4>Example</h4>
19481948

19491949
<p>
19501950
These examples are all taken from the
1951-
<a href="http://www.w3.org/TR/SVG/paths.html">SVG path</a> examples.
1951+
<a href="https://www.w3.org/TR/SVG/paths.html">SVG path</a> examples.
19521952
</p>
19531953

19541954
<h4>Example 1 - Arcs</h4>
@@ -2117,7 +2117,7 @@ <h4>Example</h4>
21172117

21182118
<p>
21192119
This example is taken from the
2120-
<a href="http://www.w3.org/TR/SVG/shapes.html#PolygonElement">The 'polygon' element</a>
2120+
<a href="https://www.w3.org/TR/SVG/shapes.html#PolygonElement">The 'polygon' element</a>
21212121
in the <cite>Scalable Vector Graphics (SVG) 1.1 Specification</cite>
21222122
</p>
21232123
<a href="javascript:popup('polygon.rb.html')"><img src="ex/polygon.gif" alt="polygon example" title="Click to see the example script" /></a>
@@ -2152,7 +2152,7 @@ <h4>Example</h4>
21522152

21532153
<p>
21542154
This example is taken from the
2155-
<a href="http://www.w3.org/TR/SVG/shapes.html#PolylineElement">The 'polyline' element</a>
2155+
<a href="https://www.w3.org/TR/SVG/shapes.html#PolylineElement">The 'polyline' element</a>
21562156
in the <cite>Scalable Vector Graphics (SVG) 1.1 Specification</cite>
21572157
</p>
21582158

@@ -2537,7 +2537,7 @@ <h4>Example</h4>
25372537

25382538
<p>
25392539
The following example is from the
2540-
<a href="http://www.w3.org/TR/SVG/painting.html#StrokeProperties">Stroke Properties</a>
2540+
<a href="https://www.w3.org/TR/SVG/painting.html#StrokeProperties">Stroke Properties</a>
25412541
section of the
25422542
<cite>Scalable Vector Graphics (SVG) 1.1 Specification</cite>.
25432543
</p>
@@ -2572,7 +2572,7 @@ <h4>Example</h4>
25722572

25732573
<p>
25742574
The following example is from the
2575-
<a href="http://www.w3.org/TR/SVG/painting.html#StrokeProperties">Stroke Properties</a>
2575+
<a href="https://www.w3.org/TR/SVG/painting.html#StrokeProperties">Stroke Properties</a>
25762576
section of the
25772577
<cite>Scalable Vector Graphics (SVG) 1.0 Specification</cite>.
25782578
</p>

ilist.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22

3-
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<html xmlns="https://www.w3.org/1999/xhtml">
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
66

@@ -665,9 +665,9 @@ <h4>Notes</h4>
665665

666666
<p>
667667
This method is equivalent to the <code>-layers Composite</code> option of ImageMagick's <code>convert</code> command. See the
668-
<a href="http://www.imagemagick.org/Usage/anim_mods/#composite">Layers Composition</a>
668+
<a href="https://www.imagemagick.org/Usage/anim_mods/#composite">Layers Composition</a>
669669
section in
670-
<a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>
670+
<a href="https://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>
671671
for more information.
672672
</p>
673673

@@ -1358,9 +1358,9 @@ <h4>Description</h4>
13581358
<p>
13591359
The <code>optimize_layers</code> method corresponds to the <code>-layers</code> option on ImageMagick's <code>convert</code> and
13601360
<code>mogrify</code> commands. Anthony Thyssen's excellent
1361-
<a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>
1361+
<a href="https://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>
13621362
site has very detailed
1363-
<a href="http://www.imagemagick.org/Usage/anim_opt/">information and examples</a>
1363+
<a href="https://www.imagemagick.org/Usage/anim_opt/">information and examples</a>
13641364
of the <code>-layers</code> option and and the optimization methods .
13651365
</p>
13661366

image1.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22

3-
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<html xmlns="https://www.w3.org/1999/xhtml">
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
66

@@ -1166,9 +1166,9 @@ <h4>Description</h4>
11661166

11671167
<p>
11681168
See
1169-
<a href="http://www.imagemagick.org/Usage/compose/#mask">Using a Compose Mask to Limit the Composed Area</a>
1169+
<a href="https://www.imagemagick.org/Usage/compose/#mask">Using a Compose Mask to Limit the Composed Area</a>
11701170
in Anthony Thyssen's
1171-
<a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.
1171+
<a href="https://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.
11721172
</p>
11731173

11741174
<h4>Arguments</h4>
@@ -1419,7 +1419,7 @@ <h4>Description</h4>
14191419

14201420
<p>
14211421
See
1422-
<a href="http://www.w3.org/TR/SVG/coords.html#EstablishingANewUserSpace"> <b>Coordinate system transformations</b></a>
1422+
<a href="https://www.w3.org/TR/SVG/coords.html#EstablishingANewUserSpace"> <b>Coordinate system transformations</b></a>
14231423
in the
14241424
<cite>Scalable Vector Graphics (SVG) 1.0 Specification</cite>
14251425
for more information about transformation matrices.
@@ -1865,7 +1865,7 @@ <h4>Example</h4>
18651865

18661866
<p>
18671867
See
1868-
<a href="https://legacy.imagemagick.org/Usage/compose/#blend"> "Blend Two Images Together"</a>.
1868+
<a href="https://www.imagemagick.org/Usage/compose/#blend"> "Blend Two Images Together"</a>.
18691869
</p>
18701870

18711871
<h4>Returns</h4>
@@ -3227,7 +3227,7 @@ <h4>Description</h4>
32273227
Equivalent to the
32283228
<code>-compose Mathematics -set option:compose:args a,b,c,d</code>
32293229
options to ImagMagick's <code>convert</code> command. See
3230-
<a href="http://www.imagemagick.org/Usage/compose/#mathematics">Examples of ImageMagick Usage</a>.
3230+
<a href="https://www.imagemagick.org/Usage/compose/#mathematics">Examples of ImageMagick Usage</a>.
32313231
</p>
32323232

32333233
<h4>Arguments</h4>
@@ -3531,8 +3531,8 @@ <h4>Note</h4>
35313531

35323532
<p>
35333533
See
3534-
<a href="http://www.dai.ed.ac.uk/HIPR2/convolve.htm">Convolution</a> in the
3535-
<a href="http://www.dai.ed.ac.uk/HIPR2/copyrght.htm"><cite>Hypermedia Image Processing Reference</cite></a>
3534+
<a href="https://www.dai.ed.ac.uk/HIPR2/convolve.htm">Convolution</a> in the
3535+
<a href="https://www.dai.ed.ac.uk/HIPR2/copyrght.htm"><cite>Hypermedia Image Processing Reference</cite></a>
35363536
</p>
35373537
</div>
35383538

@@ -4237,9 +4237,9 @@ <h4>Example</h4>
42374237

42384238
<p>
42394239
See
4240-
<a href="http://www.cit.gu.edu.au/~anthony/graphics/imagick6/compose/#displace"> "Composite Displacement Maps"</a>
4240+
<a href="https://www.imagemagick.org/Usage/compose/#displace"> "Composite Displacement Maps"</a>
42414241
in Anthony Thyssen's
4242-
<cite><a href="http://www.cit.gu.edu.au/~anthony/graphics/imagick6/">Examples of ImageMagick Usage</a></cite
4242+
<cite><a href="https://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a></cite
42434243
>.
42444244
</p>
42454245

@@ -4343,8 +4343,8 @@ <h4>Example</h4>
43434343

43444344
<p>
43454345
See "
4346-
<a href="http://www.cit.gu.edu.au/~anthony/graphics/imagick6/compose/#dissolve"> Dissolve One Image Over Another</a>" in Anthony Thyssen's
4347-
<cite><a href="http://www.cit.gu.edu.au/~anthony/graphics/imagick6/">Examples of ImageMagick Usage</a></cite
4346+
<a href="https://www.imagemagick.org/Usage/compose/#dissolve"> Dissolve One Image Over Another</a>" in Anthony Thyssen's
4347+
<cite><a href="https://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a></cite
43484348
>.
43494349
</p>
43504350

@@ -4482,9 +4482,9 @@ <h4>Note</h4>
44824482

44834483
<p>
44844484
See
4485-
<a href="http://www.imagemagick.org/Usage/distorts/#distort">Distortion Operator</a>
4485+
<a href="https://www.imagemagick.org/Usage/distorts/#distort">Distortion Operator</a>
44864486
in Anthony Thyssen's excellent
4487-
<a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>
4487+
<a href="https://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>
44884488
for more information about distortion operations.
44894489
</p>
44904490
</div>

image2.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22

3-
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<html xmlns="https://www.w3.org/1999/xhtml">
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
66

@@ -1078,7 +1078,7 @@ <h4>Description</h4>
10781078

10791079
<p>
10801080
<span class="imquote">Apply a function to channel values.</span> This method is equivalent to the
1081-
<a href="http://www.imagemagick.org/script/command-line-options.php#function"> convert -function</a>
1081+
<a href="https://www.imagemagick.org/script/command-line-options.php#function"> convert -function</a>
10821082
option. See the ImageMagick documentation for more information.
10831083
</p>
10841084

@@ -2624,7 +2624,7 @@ <h4>Description</h4>
26242624

26252625
<p>
26262626
<span class="imquote">Rescale image with seam carving.</span> To use this method, you must have installed and configured ImageMagick to use the
2627-
<a href="http://liblqr.wikidot.com/">Liquid Rescale Library</a>.
2627+
<a href="https://liblqr.wikidot.com/">Liquid Rescale Library</a>.
26282628
</p>
26292629

26302630
<h4>Arguments</h4>

image3.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22

3-
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<html xmlns="https://www.w3.org/1999/xhtml">
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
66

@@ -2655,9 +2655,9 @@ <h4>Description</h4>
26552655

26562656
<p>
26572657
For more information about this method see the ImageMagick documentation for the -sparse-color option. Also see
2658-
<a href="http://www.imagemagick.org/Usage/canvas/#sparse-color">Sparse Points of Color</a>
2658+
<a href="https://www.imagemagick.org/Usage/canvas/#sparse-color">Sparse Points of Color</a>
26592659
at
2660-
<a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.
2660+
<a href="https://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.
26612661
</p>
26622662

26632663
<h4>Arguments</h4>
@@ -4238,7 +4238,7 @@ <h4>Description</h4>
42384238

42394239
<p>
42404240
Creates a
4241-
<a href="http://en.wikipedia.org/wiki/Wet_floor_effect">"wet floor"</a>
4241+
<a href="https://en.wikipedia.org/wiki/Wet_floor_effect">"wet floor"</a>
42424242
reflection. The reflection is an inverted copy of the image that changes from partially transparent to entirely transparent. By default only the bottom
42434243
third of the image appears in the reflection.
42444244
</p>

0 commit comments

Comments
 (0)