We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e454864 commit 2bf492cCopy full SHA for 2bf492c
docs/conf.py
@@ -265,8 +265,8 @@
265
# -- Options for Intersphinx ------------------------------------------------
266
267
intersphinx_mapping = {
268
- 'python': ('http://docs.python.org/3.6', None),
269
- 'django': ('http://docs.djangoproject.com/en/stable/', 'http://docs.djangoproject.com/en/stable/_objects/'),
+ 'python': ('https://docs.python.org/3.6', None),
+ 'django': ('https://docs.djangoproject.com/en/stable/', 'https://docs.djangoproject.com/en/stable/_objects/'),
270
'requests': ('http://docs.python-requests.org/en/latest/', None),
271
}
272
0 commit comments