Updated documentation URL

This commit is contained in:
Andrew Murray 2015-06-19 18:28:13 +10:00
parent 40b659764d
commit c1b1f184b8

View File

@ -46,7 +46,7 @@ class PillowQPixmapTestCase(PillowQtTestCase):
class TestImageQt(PillowQtTestCase, PillowTestCase):
def test_rgb(self):
# from https://qt-project.org/doc/qt-4.8/qcolor.html
# from https://doc.qt.io/qt-4.8/qcolor.html
# typedef QRgb
# An ARGB quadruplet on the format #AARRGGBB,
# equivalent to an unsigned int.