summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorYash Shete <universeyash4@gmail.com>2020-11-16 05:02:35 (GMT)
committerGitHub <noreply@github.com>2020-11-16 05:02:35 (GMT)
commitaa01011003bb855cd52abfd49f2443446590d913 (patch)
tree28d83b29575c8a56e790f512b4244e0d26a73671 /Doc
parent384b7a4bd988986bca227c7e85c32d766da74708 (diff)
downloadcpython-aa01011003bb855cd52abfd49f2443446590d913.zip
cpython-aa01011003bb855cd52abfd49f2443446590d913.tar.gz
cpython-aa01011003bb855cd52abfd49f2443446590d913.tar.bz2
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
The University of Washington stopped hosting the IMAP documents. Link to a rescued copy on GitHub.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/imaplib.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst
index 02ecfd9..65681ec 100644
--- a/Doc/library/imaplib.rst
+++ b/Doc/library/imaplib.rst
@@ -174,9 +174,9 @@ example of usage.
.. seealso::
- 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* (https://www.washington.edu/imap/).
+ Documents describing the protocol, sources for servers
+ implementing it, by the University of Washington's IMAP Information Center
+ can all be found at (**Source Code**) https://github.com/uw-imap/imap (**Not Maintained**).
.. _imap4-objects: