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:09:57 -0400
commitf945fb24a31737c6625205a8cd90eabdf1c33584 (patch)
treef37e44849c93569a87618f4946653772608d1039 /docs/ref/forms
parent0d8b523422fda71baa10807d5aebefd34bad7962 (diff)
Fixed #26554 -- Updated docs URLs to readthedocs.io
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 f21bae462a..b81dbef61c 100644
--- a/docs/ref/forms/fields.txt
+++ b/docs/ref/forms/fields.txt
@@ -699,8 +699,8 @@ For each field, we describe the default widget used if you don't specify
``UploadedFile.content_type`` will be updated with the image's content type
if Pillow can determine it, otherwise it will be set to ``None``.
-.. _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``
----------------