mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-29 02:03:25 +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:
|
if not all:
|
||||||
print("To add a missing option, make sure you have the required")
|
print("To add a missing option, make sure you have the required")
|
||||||
print("library and headers.")
|
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("")
|
||||||
|
|
||||||
print("To check the build, run the selftest.py script.")
|
print("To check the build, run the selftest.py script.")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user