replace http with https in docs

This commit is contained in:
nabbisen 2021-08-28 14:56:11 +09:00 committed by Joshua Bronson
parent 024fa10f10
commit 8cef6b89c5
3 changed files with 3 additions and 3 deletions

View 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

View 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/

View 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
)