diff --git a/README.rst b/README.rst index 8548d17..b5038c4 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ django-dbtemplates It also features optional support for versioned storage and django-admin command, integrates with Django's caching system and the admin actions. -Please see http://django-dbtemplates.readthedocs.org/ for more details. +Please see https://django-dbtemplates.readthedocs.io/ for more details. The source code and issue tracker can be found on Github: diff --git a/docs/advanced.txt b/docs/advanced.txt index 273ab03..6d339f8 100644 --- a/docs/advanced.txt +++ b/docs/advanced.txt @@ -62,7 +62,7 @@ Short installation howto 4. Set ``DBTEMPLATES_USE_REVERSION`` setting to ``True`` .. _django-reversion: https://github.com/etianen/django-reversion -.. _django-reversion's documentation: http://django-reversion.readthedocs.org/en/latest/ +.. _django-reversion's documentation: https://django-reversion.readthedocs.io/en/latest/ .. _commands: diff --git a/docs/changelog.txt b/docs/changelog.txt index b4d4a3c..1ed055b 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -41,7 +41,7 @@ v1.3 (2012-05-07) * Moved test runner to use nose_ and a hosted CI project at Travis_: http://travis-ci.org/jazzband/django-dbtemplates -.. _nose: http://nose.rtfd.org/ +.. _nose: https://nose.readthedocs.io/ .. _Travis: http://travis-ci.org v1.2.1 (2011-09-07) diff --git a/docs/index.txt b/docs/index.txt index 12bf0f2..9006d89 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -11,7 +11,7 @@ It also features optional support for :ref:`versioned storage ` and :ref:`django-admin command `, integrates with Django's :ref:`caching system ` and the :ref:`admin actions `. -Please see http://django-dbtemplates.readthedocs.org/ for more details. +Please see https://django-dbtemplates.readthedocs.io/ for more details. The source code and issue tracker can be found on Github: https://github.com/jazzband/django-dbtemplates diff --git a/setup.py b/setup.py index fdd5aa3..20a2a81 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( long_description=read('README.rst'), author='Jannis Leidel', author_email='jannis@leidel.info', - url='http://django-dbtemplates.readthedocs.org/', + url='https://django-dbtemplates.readthedocs.io/', packages=find_packages(exclude=['example']), zip_safe=False, package_data={