From dfa3505ff1edf8453645592f1ffc39be81927935 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 12 Jun 2014 08:53:36 +0200 Subject: Fixed #22813 -- Updated Pillow URL in documentation --- docs/ref/forms/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index e9d877b222..a886536597 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -649,7 +649,7 @@ For each field, we describe the default widget used if you don't specify When you use an ``ImageField`` on a form, you must also remember to :ref:`bind the file data to the form `. -.. _Pillow: http://python-imaging.github.io/Pillow/ +.. _Pillow: http://pillow.readthedocs.org/en/latest/ ``IntegerField`` ~~~~~~~~~~~~~~~~ -- cgit v1.3