]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
replace http with https in docs
authornabbisen <nabbisen@scqr.net>
Sat, 28 Aug 2021 05:56:11 +0000 (14:56 +0900)
committerJoshua Bronson <jabronson@gmail.com>
Sat, 28 Aug 2021 13:12:38 +0000 (09:12 -0400)
docs/extensions.rst
docs/intro.rst
docs/make.bat

index f1033656b97dd6373c4dd757964bb783fb7ce9db..45ead3b71949c538a219fca450e1aa5ee9775b1d 100644 (file)
@@ -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
index 56446a202d7d4197837c40ff9473ff88364ed3c8..9eeaa05401889019e2592c856a5b23222533e5d5 100644 (file)
@@ -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/
index 7893348a1b7dbb588983a48e6991282eae7e1b55..b162255468667a2b75c863be1b3792d34a2ccddd 100644 (file)
@@ -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
 )