summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.co.uk>2016-05-31 20:35:08 +0200
committerCarlton Gibson <carlton.gibson@noumenal.co.uk>2016-05-31 20:35:08 +0200
commit631bc45e30d0b75b14b9200730ab672df947a5bb (patch)
treeb5ccbdb0ce3acf703c13f2958c319fd9cef2d969
parentf48b3b84b18ad3d02674cef183cfe8ccfd36262a (diff)
parent03b022d0256182f1cde0b659804576eeaffbc2a0 (diff)
downloaddjango-appconf-631bc45e30d0b75b14b9200730ab672df947a5bb.tar.gz
Merge pull request #35 from adamchainz/readthedocs.io
Convert readthedocs link for their .org -> .io migration for hosted projects
-rw-r--r--docs/conf.py6
-rw-r--r--setup.py2
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index f2f7bbc..49e8469 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -222,7 +222,7 @@ man_pages = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
- 'python': ('http://python.readthedocs.org/en/v2.7.2/', None),
- 'django': ('http://django.readthedocs.org/en/latest/', None),
- 'celery': ('http://celery.readthedocs.org/en/latest/', None),
+ 'python': ('https://python.readthedocs.io/en/v2.7.2/', None),
+ 'django': ('https://django.readthedocs.io/en/latest/', None),
+ 'celery': ('https://celery.readthedocs.io/en/latest/', None),
}
diff --git a/setup.py b/setup.py
index e80e47f..d656102 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ setup(
author='Jannis Leidel',
author_email='jannis@leidel.info',
license='BSD',
- url='http://django-appconf.readthedocs.org/',
+ url='https://django-appconf.readthedocs.io/',
packages=['appconf'],
install_requires=[],
classifiers=[