summaryrefslogtreecommitdiff
path: root/docs/ref
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
parent472c54084b30b9b8483ef9f9c068362bc21894f8 (diff)
[1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.io
Backport of f945fb24a31737c6625205a8cd90eabdf1c33584 from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/geoip2.txt2
-rw-r--r--docs/ref/databases.txt2
-rw-r--r--docs/ref/forms/fields.txt4
-rw-r--r--docs/ref/models/fields.txt4
-rw-r--r--docs/ref/templates/builtins.txt4
5 files changed, 8 insertions, 8 deletions
diff --git a/docs/ref/contrib/gis/geoip2.txt b/docs/ref/contrib/gis/geoip2.txt
index 8e51aa6fb5..208a160537 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 d1d3e04894..fda7a0af6e 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -936,6 +936,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 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``
----------------
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index 9de9206bc8..5976ee70ac 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
@@ -929,7 +929,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 e67dc637c3..12a7b6efb8 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -1945,7 +1945,7 @@ removetags
``removetags`` cannot guarantee HTML safe output and has been deprecated due
to security concerns. Consider using `bleach`_ instead.
-.. _bleach: http://bleach.readthedocs.org/en/latest/
+.. _bleach: https://bleach.readthedocs.io/en/latest/
Removes a space-separated list of [X]HTML tags from the output.
@@ -2089,7 +2089,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