summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-06-15 14:09:36 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-06-15 14:09:36 (GMT)
commit6ef4d323bdb0f910d6e5e4d81a654253d4d1bcd5 (patch)
treead554356e6760b5217e611082546539551b09f85 /Doc/library
parent7d23dbe6d17bb872da5b89a5674cb32a7a1a2b9c (diff)
downloadcpython-6ef4d323bdb0f910d6e5e4d81a654253d4d1bcd5.zip
cpython-6ef4d323bdb0f910d6e5e4d81a654253d4d1bcd5.tar.gz
cpython-6ef4d323bdb0f910d6e5e4d81a654253d4d1bcd5.tar.bz2
Update link in colorsys docs to be https (GH-14062)
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/colorsys.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/colorsys.rst b/Doc/library/colorsys.rst
index 1360c7c..b672a05 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
- http://poynton.ca/ColorFAQ.html and
+ https://poynton.ca/ColorFAQ.html and
https://www.cambridgeincolour.com/tutorials/color-spaces.htm.
The :mod:`colorsys` module defines the following functions: