diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 07:49:58 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 07:49:58 (GMT) |
commit | 1acbf853c8be743c88141501ae879d63eb8ce209 (patch) | |
tree | 436fd38b15cda0f644ccae8d238096087c17f63d /Doc/library/http.rst | |
parent | a5f3a507345c8a01d99960a036dfa9d1baf8da10 (diff) | |
parent | 6dff0205b724669cc0469dd65a3f7edc5a69e1e7 (diff) | |
download | cpython-1acbf853c8be743c88141501ae879d63eb8ce209.zip cpython-1acbf853c8be743c88141501ae879d63eb8ce209.tar.gz cpython-1acbf853c8be743c88141501ae879d63eb8ce209.tar.bz2 |
Issue #26736: Used HTTPS for external links in the documentation if possible.
Diffstat (limited to 'Doc/library/http.rst')
-rw-r--r-- | Doc/library/http.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/http.rst b/Doc/library/http.rst index b6f2c58..1fce9c9 100644 --- a/Doc/library/http.rst +++ b/Doc/library/http.rst @@ -51,7 +51,7 @@ HTTP status codes ----------------- Supported, -`IANA-registered <http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml>`_ +`IANA-registered <https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml>`_ status codes available in :class:`http.HTTPStatus` are: ======= =================================== ================================================================== |