Skip to content

Commit

Permalink
update Django's intersphinx_mapping to https
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Jan 28, 2025
1 parent 6a87d84 commit e42e7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
intersphinx_mapping = {
"django": (
"https://docs.djangoproject.com/en/5.0/",
"http://docs.djangoproject.com/en/5.0/_objects/",
"https://docs.djangoproject.com/en/5.0/_objects/",
),
"pymongo": ("https://pymongo.readthedocs.io/en/stable/", None),
"python": ("https://docs.python.org/3/", None),
Expand Down

0 comments on commit e42e7e3

Please sign in to comment.