diff options
| author | Tim Graham <timograham@gmail.com> | 2016-04-28 10:09:57 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-04-28 10:09:57 -0400 |
| commit | f945fb24a31737c6625205a8cd90eabdf1c33584 (patch) | |
| tree | f37e44849c93569a87618f4946653772608d1039 /docs/ref | |
| parent | 0d8b523422fda71baa10807d5aebefd34bad7962 (diff) | |
Fixed #26554 -- Updated docs URLs to readthedocs.io
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/geoip2.txt | 2 | ||||
| -rw-r--r-- | docs/ref/databases.txt | 2 | ||||
| -rw-r--r-- | docs/ref/forms/fields.txt | 4 | ||||
| -rw-r--r-- | docs/ref/models/fields.txt | 4 | ||||
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/docs/ref/contrib/gis/geoip2.txt b/docs/ref/contrib/gis/geoip2.txt index 0f9a51f69a..87fa4bf333 100644 --- a/docs/ref/contrib/gis/geoip2.txt +++ b/docs/ref/contrib/gis/geoip2.txt @@ -19,7 +19,7 @@ in a directory corresponding to the :setting:`GEOIP_PATH` setting. Additionally, it is recommended to install the `libmaxminddb C library`__, so that ``geoip2`` can leverage the C library's faster speed. -__ https://geoip2.readthedocs.org/ +__ https://geoip2.readthedocs.io/ __ https://pypi.python.org/pypi/geoip2 __ http://dev.maxmind.com/geoip/geoip2/geolite2/ __ https://github.com/maxmind/libmaxminddb diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index b4fac24ce0..edbe72c1ec 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -921,6 +921,6 @@ the support channels provided by each 3rd party project. .. _SAP SQL Anywhere: https://github.com/sqlanywhere/sqlany-django .. _IBM DB2: https://pypi.python.org/pypi/ibm_db/ -.. _Microsoft SQL Server: http://django-mssql.readthedocs.org/en/latest/ +.. _Microsoft SQL Server: https://django-mssql.readthedocs.io/en/latest/ .. _Firebird: https://github.com/maxirobaina/django-firebird .. _ODBC: https://github.com/lionheart/django-pyodbc/ 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`` ---------------- 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 diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index e11646f6bb..40fa5d9e03 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2042,7 +2042,7 @@ output will be ``"Joel is a slug"``. more robust, you can use the ``bleach`` Python library, notably its `clean`_ method. -.. _clean: https://bleach.readthedocs.org/en/latest/clean.html +.. _clean: https://bleach.readthedocs.io/en/latest/clean.html .. templatefilter:: time |
