8000 Backport PR #9857: documentation: fix url for pillow · matplotlib/matplotlib@73b5d14 · GitHub
[go: up one dir, main page]

Skip to content

Commit 73b5d14

Browse files
anntzerMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #9857: documentation: fix url for pillow
1 parent 33e9a04 commit 73b5d14

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