Skip to content

Commit b2e816e

Browse files
authored
Fix broken color space reference link in colorsys.rst
Fixed broken link to https://poynton.ca/ColorFAQ.html, instead linking to a still-working PDF version of this information at the same domain.
1 parent 7928a8b commit b2e816e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/colorsys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spaces, the coordinates are all between 0 and 1.
1919
.. seealso::
2020

2121
More information about color spaces can be found at
22-
https://poynton.ca/ColorFAQ.html and
22+
https://www.poynton.ca/pdf/ColourFAQ.pdf and
2323
https://www.cambridgeincolour.com/tutorials/color-spaces.htm.
2424

2525
The :mod:`!colorsys` module defines the following functions:

0 commit comments

Comments
 (0)