Browse Source

Use https instead of http for docs.python.org

pull/1035/head
Daniel Neuhäuser 11 years ago
parent
commit
52def324b8
  1. 2
      docs/quickstart.rst

2
docs/quickstart.rst

@ -818,7 +818,7 @@ Here are some example log calls::
The attached :attr:`~flask.Flask.logger` is a standard logging The attached :attr:`~flask.Flask.logger` is a standard logging
:class:`~logging.Logger`, so head over to the official `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. information.
Hooking in WSGI Middlewares Hooking in WSGI Middlewares

Loading…
Cancel
Save