mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Merge pull request #156 from adamchainz/readthedocs.io
Convert readthedocs links for their .org -> .io migration for hosted projects
This commit is contained in:
commit
ea8d4deb58
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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
|
||||
-------
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue