diff options
author | Mark Roseman <mark@markroseman.com> | 2020-09-10 20:04:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 20:04:20 (GMT) |
commit | 06d0b8b67e8aebd8fe4c34e97d6915c11f4afa30 (patch) | |
tree | a930babb611a93fcc85ed9755a871889c80c57c0 /Doc/library/tkinter.rst | |
parent | f76d894dc5d5facce1a6c1b71637f6a2b3f9fd2b (diff) | |
download | cpython-06d0b8b67e8aebd8fe4c34e97d6915c11f4afa30.zip cpython-06d0b8b67e8aebd8fe4c34e97d6915c11f4afa30.tar.gz cpython-06d0b8b67e8aebd8fe4c34e97d6915c11f4afa30.tar.bz2 |
bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188)
The new link responds much faster and begins with a short explanation of the status of the doc.
Diffstat (limited to 'Doc/library/tkinter.rst')
-rw-r--r-- | Doc/library/tkinter.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 9f95425..7739f2f 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -31,7 +31,7 @@ installed, so you can read the Tcl/Tk documentation specific to that version. `TKDocs <http://www.tkdocs.com/>`_ Extensive tutorial plus friendlier widget pages for some of the widgets. - `Tkinter 8.5 reference: a GUI for Python <https://web.archive.org/web/20190524140835/https://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html>`_ + `Tkinter 8.5 reference: a GUI for Python <https://www.tkdocs.com/shipman/>`_ On-line reference material. `Tkinter docs from effbot <http://effbot.org/tkinterbook/>`_ |