Skip to content

Commit

Permalink
Turn remaining http:// links into https:// links
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork authored and codingjoe committed May 23, 2020
1 parent 0188e55 commit 2d8a536
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# http://editorconfig.org
# https://editorconfig.org

root = true

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Installation
Documentation
-------------

Documentation available at http://django-select2.readthedocs.io/.
Documentation available at https://django-select2.readthedocs.io/.

External Dependencies
---------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
]

intersphinx_mapping = {
'python': ('http://docs.python.org/3', None),
'python': ('https://docs.python.org/3', None),
'django': ('https://docs.djangoproject.com/en/stable/',
'https://docs.djangoproject.com/en/stable/_objects/'),
}
Expand Down

0 comments on commit 2d8a536

Please sign in to comment.