Skip to content

Commit e42e7e3

Browse files
committed
update Django's intersphinx_mapping to https
1 parent 6a87d84 commit e42e7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
intersphinx_mapping = {
4040
"django": (
4141
"https://docs.djangoproject.com/en/5.0/",
42-
"http://docs.djangoproject.com/en/5.0/_objects/",
42+
"https://docs.djangoproject.com/en/5.0/_objects/",
4343
),
4444
"pymongo": ("https://pymongo.readthedocs.io/en/stable/", None),
4545
"python": ("https://docs.python.org/3/", None),

0 commit comments

Comments
 (0)