Skip to content

Commit c5474ed

Browse files
committed
Replace python-pillow.org with python-pillow.github.io
1 parent 0ab21df commit c5474ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/handbook/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ optional-dependencies.xmp = [
7676
urls.Changelog = "https://github.com/python-pillow/Pillow/releases"
7777
urls.Documentation = "https://pillow.readthedocs.io"
7878
urls.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"
8080
urls.Mastodon = "https://fosstodon.org/@pillow"
8181
urls."Release notes" = "https://pillow.readthedocs.io/en/stable/releasenotes/index.html"
8282
urls.Source = "https://github.com/python-pillow/Pillow"

0 commit comments

Comments
 (0)