Merge pull request #156 from adamchainz/readthedocs.io

Convert readthedocs links for their .org -> .io migration for hosted projects
This commit is contained in:
Jannis Leidel 2016-07-30 02:11:24 +02:00 committed by GitHub
commit ea8d4deb58
4 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ object oriented programming patterns.
Check out the `documentation`__ for more complete examples.
.. __: http://django-configurations.readthedocs.org/en/latest/
.. __: https://django-configurations.readthedocs.io/en/latest/
Quickstart

View file

@ -14,7 +14,7 @@ __all__ = ['Configuration']
install_failure = ("django-configurations settings importer wasn't "
"correctly installed. Please use one of the starter "
"functions to install it as mentioned in the docs: "
"http://django-configurations.readthedocs.org/")
"https://django-configurations.readthedocs.io/")
class ConfigurationBase(type):

View file

@ -192,7 +192,7 @@ It also works with django-extensions's shell_plus_ management command.
.. _IPython: http://ipython.org/
.. _`manage your IPython profile`: http://ipython.org/ipython-doc/dev/config/overview.html#configuration-file-location
.. _shell_plus: http://django-extensions.readthedocs.org/en/latest/shell_plus.html
.. _shell_plus: https://django-extensions.readthedocs.io/en/latest/shell_plus.html
FastCGI
-------

View file

@ -29,7 +29,7 @@ def find_version(*parts):
setup(
name="django-configurations",
version=find_version("configurations", "__init__.py"),
url='http://django-configurations.readthedocs.org/',
url='https://django-configurations.readthedocs.io/',
license='BSD',
description="A helper for organizing Django settings.",
long_description=read('README.rst'),