diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 10:49:07 +0300 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 10:49:07 +0300 |
| commit | 6dff0205b724669cc0469dd65a3f7edc5a69e1e7 (patch) | |
| tree | b909a98cf8b2d7820f897b89e3114b7b1844f037 /Doc/library/imaplib.rst | |
| parent | 64099ea58ea61c8f37c1fd9f673e0ded59600209 (diff) | |
| download | cpython-git-6dff0205b724669cc0469dd65a3f7edc5a69e1e7.tar.gz | |
Issue #26736: Used HTTPS for external links in the documentation if possible.
Diffstat (limited to 'Doc/library/imaplib.rst')
| -rw-r--r-- | Doc/library/imaplib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index 15b0932973..dbd8e7747f 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst @@ -157,7 +157,7 @@ example of usage. Documents describing the protocol, and sources and binaries for servers implementing it, can all be found at the University of Washington's *IMAP - Information Center* (http://www.washington.edu/imap/). + Information Center* (https://www.washington.edu/imap/). .. _imap4-objects: |
