mirror of https://github.com/scrapy/scrapy.git
DOC fix non-working link (by removing it).
See https://github.com/scrapy/scrapy/pull/1260
This commit is contained in:
parent
343d20d791
commit
342cb622f1
|
|
@ -71,7 +71,7 @@ The Images Pipeline uses `Pillow`_ for thumbnailing and normalizing images to
|
|||
JPEG/RGB format, so you need to install this library in order to use it.
|
||||
`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>`_.
|
||||
PIL.
|
||||
|
||||
.. _Pillow: https://github.com/python-pillow/Pillow
|
||||
.. _Python Imaging Library: http://www.pythonware.com/products/pil/
|
||||
|
|
|
|||
Loading…
Reference in New Issue