Second PIL link no longer in use.

Leads to this page in the /latest docs: http://doc.scrapy.org/en/latest/topics/PythonImagingLibrary
This commit is contained in:
Michael Duane Mooring 2015-05-27 09:26:55 -04:00
parent c8f338e2b4
commit 893f082aa3
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ once when it's shared by several items.
so you need to install this library in order to use the images pipeline.
`Python Imaging Library`_ (PIL) should also work in most cases, but it
is known to cause troubles in some setups, so we recommend to use `Pillow`_
instead of `PIL <Python Imaging Library>`_.
instead of PIL.
.. _Pillow: https://github.com/python-imaging/Pillow
.. _Python Imaging Library: http://www.pythonware.com/products/pil/