Skip to content

Commit d6fa286

Browse files
authored
Merge pull request #3200 from radarhere/url
Updated redirected URLs
2 parents e5d8145 + bf96b9f commit d6fa286

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Tests/test_imageqt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def tearDown(self):
4646
class TestImageQt(PillowQtTestCase, PillowTestCase):
4747

4848
def test_rgb(self):
49-
# from https://doc.qt.io/qt-4.8/qcolor.html
49+
# from https://doc.qt.io/archives/qt-4.8/qcolor.html
5050
# typedef QRgb
5151
# An ARGB quadruplet on the format #AARRGGBB,
5252
# equivalent to an unsigned int.

docs/reference/ImageDraw.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Methods
264264
example '-liga' to disable ligatures or '-kern'
265265
to disable kerning. To get all supported
266266
features, see
267-
https://www.microsoft.com/typography/otspec/featurelist.htm
267+
https://docs.microsoft.com/en-us/typography/opentype/spec/featurelist
268268
Requires libraqm.
269269

270270
.. versionadded:: 4.2.0
@@ -294,7 +294,7 @@ Methods
294294
example '-liga' to disable ligatures or '-kern'
295295
to disable kerning. To get all supported
296296
features, see
297-
https://www.microsoft.com/typography/otspec/featurelist.htm
297+
https://docs.microsoft.com/en-us/typography/opentype/spec/featurelist
298298
Requires libraqm.
299299

300300
.. versionadded:: 4.2.0
@@ -323,7 +323,7 @@ Methods
323323
example '-liga' to disable ligatures or '-kern'
324324
to disable kerning. To get all supported
325325
features, see
326-
https://www.microsoft.com/typography/otspec/featurelist.htm
326+
https://docs.microsoft.com/en-us/typography/opentype/spec/featurelist
327327
Requires libraqm.
328328

329329
.. versionadded:: 4.2.0
@@ -350,7 +350,7 @@ Methods
350350
example '-liga' to disable ligatures or '-kern'
351351
to disable kerning. To get all supported
352352
features, see
353-
https://www.microsoft.com/typography/otspec/featurelist.htm
353+
https://docs.microsoft.com/en-us/typography/opentype/spec/featurelist
354354
Requires libraqm.
355355

356356
.. versionadded:: 4.2.0

docs/reference/ImageFont.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Methods
8181
example '-liga' to disable ligatures or '-kern'
8282
to disable kerning. To get all supported
8383
features, see
84-
https://www.microsoft.com/typography/otspec/featurelist.htm
84+
https://docs.microsoft.com/en-us/typography/opentype/spec/featurelist
8585
Requires libraqm.
8686

8787
.. versionadded:: 4.2.0

0 commit comments

Comments
 (0)