From a2bc14c52611398b7e92c698f49b671eadcb19ed Mon Sep 17 00:00:00 2001 From: wiredfool Date: Sun, 10 Apr 2016 02:11:56 -0700 Subject: [PATCH] changed docs link to https --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c618a56e7..844206a7b 100644 --- a/setup.py +++ b/setup.py @@ -734,7 +734,7 @@ class pil_build_ext(build_ext): if not all: print("To add a missing option, make sure you have the required") print("library and headers.") - print("See http://pillow.readthedocs.org/en/latest/installation.html#building-from-source") + print("See https://pillow.readthedocs.org/en/latest/installation.html#building-from-source") print("") print("To check the build, run the selftest.py script.")