Use https instead of http for docs.python.org

This commit is contained in:
Daniel Neuhäuser 2014-04-26 01:36:36 +02:00
parent e89c867d62
commit 52def324b8

View file

@ -818,7 +818,7 @@ Here are some example log calls::
The attached :attr:`~flask.Flask.logger` is a standard logging
:class:`~logging.Logger`, so head over to the official `logging
documentation <http://docs.python.org/library/logging.html>`_ for more
documentation <https://docs.python.org/library/logging.html>`_ for more
information.
Hooking in WSGI Middlewares