diff options
author | jimmy <jamesfe@users.noreply.github.com> | 2017-12-13 12:37:51 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2017-12-13 12:37:51 (GMT) |
commit | 4f29f3c84b74de8c208980a14bc56bffa6363121 (patch) | |
tree | be089c6046969041d883bae52c78773483f1cc89 /Doc/library/mailbox.rst | |
parent | 91106cd9ff2f321c0f60fbaa09fd46c80aa5c266 (diff) | |
download | cpython-4f29f3c84b74de8c208980a14bc56bffa6363121.zip cpython-4f29f3c84b74de8c208980a14bc56bffa6363121.tar.gz cpython-4f29f3c84b74de8c208980a14bc56bffa6363121.tar.bz2 |
trivial: link updates in documentation (#2765)
Diffstat (limited to 'Doc/library/mailbox.rst')
-rw-r--r-- | Doc/library/mailbox.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/mailbox.rst b/Doc/library/mailbox.rst index 81244c2..48d76a8 100644 --- a/Doc/library/mailbox.rst +++ b/Doc/library/mailbox.rst @@ -491,7 +491,7 @@ Supported mailbox formats are Maildir, mbox, MH, Babyl, and MMDF. `Configuring Netscape Mail on Unix: Why The Content-Length Format is Bad <https://www.jwz.org/doc/content-length.html>`_ An argument for using the original mbox format rather than a variation. - `"mbox" is a family of several mutually incompatible mailbox formats <http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/mail-mbox-formats.html>`_ + `"mbox" is a family of several mutually incompatible mailbox formats <https://www.loc.gov/preservation/digital/formats/fdd/fdd000383.shtml>`_ A history of mbox variations. |