forked from orbit-oss/flask
Use https instead of http for docs.python.org
This commit is contained in:
parent
e89c867d62
commit
52def324b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue