Skip to content

Commit 0cc49d0

Browse files
committed
docs: update intersphinx_mapping for Django
1 parent f283447 commit 0cc49d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464

6565
intersphinx_mapping = {
6666
'python': ('https://docs.python.org/3', None),
67-
'django': ('http://docs.djangoproject.com/en/dev/',
68-
'http://docs.djangoproject.com/en/dev/_objects/'),
67+
'django': ('https://docs.djangoproject.com/en/dev/',
68+
'https://docs.djangoproject.com/en/dev/_objects/'),
6969
}

0 commit comments

Comments
 (0)