diff options
Diffstat (limited to 'Doc/library/urllib2.rst')
-rw-r--r-- | Doc/library/urllib2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib2.rst b/Doc/library/urllib2.rst index 3fe4f25..f36890c 100644 --- a/Doc/library/urllib2.rst +++ b/Doc/library/urllib2.rst @@ -64,7 +64,7 @@ The :mod:`urllib2` module defines the following functions: * :meth:`info` --- return the meta-information of the page, such as headers, in the form of an :class:`mimetools.Message` instance - (see `Quick Reference to HTTP Headers <http://www.cs.tut.fi/~jkorpela/http.html>`_) + (see `Quick Reference to HTTP Headers <https://www.cs.tut.fi/~jkorpela/http.html>`_) * :meth:`getcode` --- return the HTTP status code of the response. |