mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
changed docs link to https
This commit is contained in:
parent
233afecb90
commit
a2bc14c526
2
setup.py
2
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.")
|
||||
|
|
Loading…
Reference in New Issue
Block a user