From b2e816e8bee5b62f15c930cc0bbb3acd7b31abc3 Mon Sep 17 00:00:00 2001 From: gwjacobs <146255974+gwjacobs@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:48:20 -0400 Subject: [PATCH] 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. --- Doc/library/colorsys.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/colorsys.rst b/Doc/library/colorsys.rst index dffc16ae8b7d475..35873c9de619de2 100644 --- a/Doc/library/colorsys.rst +++ b/Doc/library/colorsys.rst @@ -19,7 +19,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: