File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -678,7 +678,7 @@ Reading from URL
678678
679679 from PIL import Image
680680 from urllib.request import urlopen
681- url = "https://python-pillow.org /assets/images/pillow-logo.png"
681+ url = "https://python-pillow.github.io /assets/images/pillow-logo.png"
682682 img = Image.open(urlopen(url))
683683
684684
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ optional-dependencies.xmp = [
7676urls.Changelog = " https://github.com/python-pillow/Pillow/releases"
7777urls.Documentation = " https://pillow.readthedocs.io"
7878urls.Funding = " https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=pypi"
79- urls.Homepage = " https://python-pillow.org "
79+ urls.Homepage = " https://python-pillow.github.io "
8080urls.Mastodon = " https://fosstodon.org/@pillow"
8181urls."Release notes" = " https://pillow.readthedocs.io/en/stable/releasenotes/index.html"
8282urls.Source = " https://github.com/python-pillow/Pillow"
You can’t perform that action at this time.
0 commit comments