summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/external-packages.txt6
-rw-r--r--docs/topics/i18n/translation.txt2
-rw-r--r--docs/topics/install.txt2
-rw-r--r--docs/topics/migrations.txt2
-rw-r--r--docs/topics/testing/tools.txt2
5 files changed, 7 insertions, 7 deletions
diff --git a/docs/topics/external-packages.txt b/docs/topics/external-packages.txt
index e74274c0fd..0234264c2d 100644
--- a/docs/topics/external-packages.txt
+++ b/docs/topics/external-packages.txt
@@ -13,7 +13,7 @@ Localflavor
and cultures.
* `GitHub <https://github.com/django/django-localflavor>`__
-* `Documentation <https://django-localflavor.readthedocs.org/>`__
+* `Documentation <https://django-localflavor.readthedocs.io/>`__
* `PyPI <https://pypi.python.org/pypi/django-localflavor>`__
Comments
@@ -25,7 +25,7 @@ else. Most users will be better served with a custom solution, or a hosted
product like Disqus.
* `GitHub <https://github.com/django/django-contrib-comments>`__
-* `Documentation <http://django-contrib-comments.readthedocs.org/>`__
+* `Documentation <https://django-contrib-comments.readthedocs.io/>`__
* `PyPI <https://pypi.python.org/pypi/django-contrib-comments>`__
Formtools
@@ -34,5 +34,5 @@ Formtools
``django-formtools`` is a collection of assorted utilities to work with forms.
* `GitHub <https://github.com/django/django-formtools>`__
-* `Documentation <http://django-formtools.readthedocs.org/>`__
+* `Documentation <https://django-formtools.readthedocs.io/>`__
* `PyPI <https://pypi.python.org/pypi/django-formtools>`__
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index b7255c2d52..6119a65d8d 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -1302,7 +1302,7 @@ You can even pre-generate the JavaScript catalog as part of your deployment
procedure and serve it as a static file. This radical technique is implemented
in django-statici18n_.
-.. _django-statici18n: http://django-statici18n.readthedocs.org/en/latest/
+.. _django-statici18n: https://django-statici18n.readthedocs.io/en/latest/
.. _url-internationalization:
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index fcfd3a89af..2b5a5d045f 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -178,7 +178,7 @@ This is the recommended way to install Django.
.. _pip: https://pip.pypa.io/
.. _virtualenv: http://www.virtualenv.org/
-.. _virtualenvwrapper: https://virtualenvwrapper.readthedocs.org/en/latest/
+.. _virtualenvwrapper: https://virtualenvwrapper.readthedocs.io/en/latest/
.. _standalone pip installer: https://pip.pypa.io/en/latest/installing.html#install-pip
Installing a distribution-specific package
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt
index 5534e1dd6c..8bb292bfc4 100644
--- a/docs/topics/migrations.txt
+++ b/docs/topics/migrations.txt
@@ -825,7 +825,7 @@ as you put your South migrations in the ``south_migrations`` directory and
your Django migrations in the ``migrations`` directory.
More information is available in the
-`South 1.0 release notes <http://south.readthedocs.org/en/latest/releasenotes/1.0.html#library-migration-path>`_.
+`South 1.0 release notes <https://south.readthedocs.io/en/latest/releasenotes/1.0.html#library-migration-path>`_.
.. seealso::
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index c315051080..50a23e0afd 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -935,7 +935,7 @@ out the `full reference`_ for more details.
.. _Selenium: http://seleniumhq.org/
.. _selenium package: https://pypi.python.org/pypi/selenium
-.. _full reference: http://selenium-python.readthedocs.org/en/latest/api.html
+.. _full reference: https://selenium-python.readthedocs.io/api.html
.. _Firefox: https://www.mozilla.com/firefox/
.. note::