From 893f082aa39f3b8e9ce45fa9cd61ea93d452f4c5 Mon Sep 17 00:00:00 2001 From: Michael Duane Mooring Date: Wed, 27 May 2015 09:26:55 -0400 Subject: [PATCH] Second PIL link no longer in use. Leads to this page in the /latest docs: http://doc.scrapy.org/en/latest/topics/PythonImagingLibrary --- docs/topics/images.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/images.rst b/docs/topics/images.rst index 91e59d2a9..36e7f5171 100644 --- a/docs/topics/images.rst +++ b/docs/topics/images.rst @@ -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 `_. +instead of PIL. .. _Pillow: https://github.com/python-imaging/Pillow .. _Python Imaging Library: http://www.pythonware.com/products/pil/