Skip to content

Commit 2bf492c

Browse files
committed
Docs: Update intersphinx source urls
Python and Django have both moved their docs to https.
1 parent e454864 commit 2bf492c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@
265265
# -- Options for Intersphinx ------------------------------------------------
266266

267267
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/'),
268+
'python': ('https://docs.python.org/3.6', None),
269+
'django': ('https://docs.djangoproject.com/en/stable/', 'https://docs.djangoproject.com/en/stable/_objects/'),
270270
'requests': ('http://docs.python-requests.org/en/latest/', None),
271271
}
272272

0 commit comments

Comments
 (0)