summaryrefslogtreecommitdiff
path: root/docs/ref/models
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/models
parent0d8b523422fda71baa10807d5aebefd34bad7962 (diff)
Fixed #26554 -- Updated docs URLs to readthedocs.io
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/fields.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index f82d983be8..3ecc213892 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -14,7 +14,7 @@ This document contains all the API references of :class:`Field` including the
If the built-in fields don't do the trick, you can try `django-localflavor
<https://github.com/django/django-localflavor>`_ (`documentation
- <https://django-localflavor.readthedocs.org/>`_), which contains assorted
+ <https://django-localflavor.readthedocs.io/>`_), which contains assorted
pieces of code that are useful for particular countries and cultures.
Also, you can easily :doc:`write your own custom model fields
@@ -933,7 +933,7 @@ optional arguments:
Requires the `Pillow`_ library.
-.. _Pillow: https://pillow.readthedocs.org/en/latest/
+.. _Pillow: https://pillow.readthedocs.io/en/latest/
:class:`ImageField` instances are created in your database as ``varchar``
columns with a default max length of 100 characters. As with other fields, you