From 2d8a5360f127cdf3df4cd107e8aa830c2bae3d49 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 18 May 2020 15:20:59 +0200 Subject: [PATCH] Turn remaining http:// links into https:// links --- .editorconfig | 2 +- README.rst | 2 +- docs/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 30b79a05..f69b8ec1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# http://editorconfig.org +# https://editorconfig.org root = true diff --git a/README.rst b/README.rst index 457d5d99..bbd72b68 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ Installation Documentation ------------- -Documentation available at http://django-select2.readthedocs.io/. +Documentation available at https://django-select2.readthedocs.io/. External Dependencies --------------------- diff --git a/docs/conf.py b/docs/conf.py index c94347e7..42f299fd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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/'), }