https://github.com/python/cpython/commit/b16d27e381eade53c854af266d8bc4347f3f2a72
commit: b16d27e381eade53c854af266d8bc4347f3f2a72
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: StanFromIreland <[email protected]>
date: 2026-09-10T20:47:23+01:00
summary:

[3.13] Fix a broken reference link in the `colorsys` docs (GH-152028) (#157283)

(cherry picked from commit cac197aa9cff0e86fdeecd4407cf8b0129ba9849)

Co-authored-by: gwjacobs <[email protected]>

files:
M Doc/library/colorsys.rst

diff --git a/Doc/library/colorsys.rst b/Doc/library/colorsys.rst
index ffebf4e40dd609..78b126ebfa6fb4 100644
--- a/Doc/library/colorsys.rst
+++ b/Doc/library/colorsys.rst
@@ -21,7 +21,7 @@ spaces, the coordinates are all between 0 and 1.
 .. seealso::
 
    More information about color spaces can be found at
-   https://poynton.ca/ColorFAQ.html and
+   https://www.poynton.ca/pdf/ColourFAQ.pdf and
    https://www.cambridgeincolour.com/tutorials/color-spaces.htm.
 
 The :mod:`colorsys` module defines the following functions:

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to