DOC fix non-working link (by removing it).

See https://github.com/scrapy/scrapy/pull/1260
This commit is contained in:
Mikhail Korobov 2015-05-27 23:04:58 +05:00
parent 343d20d791
commit 342cb622f1
1 changed files with 1 additions and 1 deletions

View File

@ -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/