mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 10:16:17 +03:00
Replace python-pillow.org with python-pillow.github.io
This commit is contained in:
parent
0ab21dff1e
commit
c5474ed433
|
@ -678,7 +678,7 @@ Reading from URL
|
||||||
|
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
from urllib.request import urlopen
|
from urllib.request import urlopen
|
||||||
url = "https://python-pillow.org/assets/images/pillow-logo.png"
|
url = "https://python-pillow.github.io/assets/images/pillow-logo.png"
|
||||||
img = Image.open(urlopen(url))
|
img = Image.open(urlopen(url))
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@ optional-dependencies.xmp = [
|
||||||
urls.Changelog = "https://github.com/python-pillow/Pillow/releases"
|
urls.Changelog = "https://github.com/python-pillow/Pillow/releases"
|
||||||
urls.Documentation = "https://pillow.readthedocs.io"
|
urls.Documentation = "https://pillow.readthedocs.io"
|
||||||
urls.Funding = "https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=pypi"
|
urls.Funding = "https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=pypi"
|
||||||
urls.Homepage = "https://python-pillow.org"
|
urls.Homepage = "https://python-pillow.github.io"
|
||||||
urls.Mastodon = "https://fosstodon.org/@pillow"
|
urls.Mastodon = "https://fosstodon.org/@pillow"
|
||||||
urls."Release notes" = "https://pillow.readthedocs.io/en/stable/releasenotes/index.html"
|
urls."Release notes" = "https://pillow.readthedocs.io/en/stable/releasenotes/index.html"
|
||||||
urls.Source = "https://github.com/python-pillow/Pillow"
|
urls.Source = "https://github.com/python-pillow/Pillow"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user