From: Alex Gaynor Date: Tue, 18 Jun 2019 01:41:44 +0000 (-0400) Subject: [2.7] Update link in colorsys docs to be https (GH-14062) (GH-14110) X-Git-Tag: v2.7.17rc1~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb8b55927b224d2e50a6e9bf6a976d3cfcba9f27;p=thirdparty%2FPython%2Fcpython.git [2.7] Update link in colorsys docs to be https (GH-14062) (GH-14110) --- 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: