From eb8b55927b224d2e50a6e9bf6a976d3cfcba9f27 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 17 Jun 2019 21:41:44 -0400 Subject: [PATCH] [2.7] Update link in colorsys docs to be https (GH-14062) (GH-14110) --- 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 f1447e83b0c1..32eac8e3eea1 100644 --- a/Doc/library/colorsys.rst +++ b/Doc/library/colorsys.rst @@ -20,7 +20,7 @@ spaces, the coordinates are all between 0 and 1. .. seealso:: More information about color spaces can be found at - http://www.poynton.com/ColorFAQ.html and + https://www.poynton.com/ColorFAQ.html and https://www.cambridgeincolour.com/tutorials/color-spaces.htm. The :mod:`colorsys` module defines the following functions: -- 2.47.3