Update link in colorsys docs to be https (GH-14062)
This commit is contained in:
parent
7d23dbe6d1
commit
6ef4d323bd
|
@ -21,7 +21,7 @@ spaces, the coordinates are all between 0 and 1.
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
More information about color spaces can be found at
|
More information about color spaces can be found at
|
||||||
http://poynton.ca/ColorFAQ.html and
|
https://poynton.ca/ColorFAQ.html and
|
||||||
https://www.cambridgeincolour.com/tutorials/color-spaces.htm.
|
https://www.cambridgeincolour.com/tutorials/color-spaces.htm.
|
||||||
|
|
||||||
The :mod:`colorsys` module defines the following functions:
|
The :mod:`colorsys` module defines the following functions:
|
||||||
|
|
Loading…
Reference in New Issue