summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-04-28 10:09:57 -0400
committerTim Graham <timograham@gmail.com>2016-04-28 10:15:23 -0400
commit8a135cca4e663ec649d9ef7643ffc2a10e91c781 (patch)
tree57a071328f708dd1267471e213aea3544f9c636b /docs/ref/forms
parent472c54084b30b9b8483ef9f9c068362bc21894f8 (diff)
[1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.io
Backport of f945fb24a31737c6625205a8cd90eabdf1c33584 from master
Diffstat (limited to 'docs/ref/forms')
-rw-r--r--docs/ref/forms/fields.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt
index 56b82044fa..577329fab9 100644
--- a/docs/ref/forms/fields.txt
+++ b/docs/ref/forms/fields.txt
@@ -716,8 +716,8 @@ For each field, we describe the default widget used if you don't specify
The ``image`` and ``content_type`` attributes described in the last
paragraph were added.
-.. _Pillow: https://pillow.readthedocs.org/en/latest/
-.. _Image: https://pillow.readthedocs.org/en/latest/reference/Image.html
+.. _Pillow: https://pillow.readthedocs.io/en/latest/
+.. _Image: https://pillow.readthedocs.io/en/latest/reference/Image.html
``IntegerField``
----------------