8000 Merge pull request #9857 from untzag/pillow_url · matplotlib/matplotlib@b3b91cc · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b3b91cc

Browse files
authored
Merge pull request #9857 from untzag/pillow_url
documentation: fix url for pillow
2 parents ba4142a + 160e2d9 commit b3b91cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/faq/howto_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ or by saving to a file handle::
674674
import sys
675675
fig.savefig(sys.stdout)
676676

677-
Here is an example using `Pillow <http://python-imaging.github.io/>`_.
677+
Here is an example using `Pillow <https://python-pillow.org/>`_.
678678
First, the figure is saved to a BytesIO object which is then fed to
679679
Pillow for further processing::
680680

tutorials/introductory/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# ===============================================
5959
#
6060
# Loading image data is supported by the `Pillow
61-
# <http://python-imaging.github.io/>`_ library. Natively, matplotlib only
61+
# <https://python-pillow.org/>`_ library. Natively, matplotlib only
6262
# supports PNG images. The commands shown below fall back on Pillow if the
6363
# native read fails.
6464
#

0 commit comments

Comments
 (0)
0