Skip to content

Commit b1e11a7

Browse files
committed
Merge pull request realpython#475 from evanv/master
Update imaging.rst
2 parents 7f29f05 + 9c8ff9f commit b1e11a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scenarios/imaging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The `Python Imaging Library <http://www.pythonware.com/products/pil/>`_, or PIL
1212
for short, is *the* library for image manipulation in Python. Unfortunately, its
1313
development has stagnated, with its last release in 2009.
1414

15-
Luckily for you, there's an actively-developed fork of PIL called `Pillow <http://python-imaging.github.io/>`_ -
15+
Luckily for you, there's an actively-developed fork of PIL called `Pillow <http://python-pillow.github.io/`_ -
1616
it's easier to install, runs on all operating systems, and supports Python 3.
1717

1818
Installation

0 commit comments

Comments
 (0)