summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authornabbisen <nabbisen@scqr.net>2021-08-28 14:56:11 +0900
committerJoshua Bronson <jabronson@gmail.com>2021-08-28 09:12:38 -0400
commit8cef6b89c51f2dfb19100f88f9c87fe9d9070b01 (patch)
tree3c8ac9069c8b8ff0389d4d52652c12119f29fd8e /docs
parent024fa10f1014fec14c4d80057d1dbbcd333ff5ee (diff)
downloadjinja2-8cef6b89c51f2dfb19100f88f9c87fe9d9070b01.tar.gz
replace http with https in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/extensions.rst2
-rw-r--r--docs/intro.rst2
-rw-r--r--docs/make.bat2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/extensions.rst b/docs/extensions.rst
index f103365..45ead3b 100644
--- a/docs/extensions.rst
+++ b/docs/extensions.rst
@@ -123,7 +123,7 @@ The usage of the ``i18n`` extension for template designers is covered in
:ref:`the template documentation <i18n-in-templates>`.
.. _gettext: https://docs.python.org/3/library/gettext.html
-.. _Babel: http://babel.pocoo.org/
+.. _Babel: https://babel.pocoo.org/
Whitespace Trimming
diff --git a/docs/intro.rst b/docs/intro.rst
index 56446a2..9eeaa05 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -60,4 +60,4 @@ These distributions will not be installed automatically.
- `Babel`_ provides translation support in templates.
-.. _Babel: http://babel.pocoo.org/
+.. _Babel: https://babel.pocoo.org/
diff --git a/docs/make.bat b/docs/make.bat
index 7893348..b162255 100644
--- a/docs/make.bat
+++ b/docs/make.bat
@@ -21,7 +21,7 @@ if errorlevel 9009 (
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
- echo.http://sphinx-doc.org/
+ echo.https://www.sphinx-doc.org/
exit /b 1
)