summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-09-10 20:21:35 (GMT)
committerGitHub <noreply@github.com>2020-09-10 20:21:35 (GMT)
commit8a30bdd21dff6d1957df135c9d0b9983a0f61228 (patch)
tree63d5b2ea6b84b7dc69f09095d0dd3f94bab71d6f /Doc
parente3d0e9bab9640bfe062cea972da374618472b056 (diff)
downloadcpython-8a30bdd21dff6d1957df135c9d0b9983a0f61228.zip
cpython-8a30bdd21dff6d1957df135c9d0b9983a0f61228.tar.gz
cpython-8a30bdd21dff6d1957df135c9d0b9983a0f61228.tar.bz2
bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188) (#22193)
The new link responds much faster and begins with a short explanation of the status of the doc. (cherry picked from commit 06d0b8b67e8aebd8fe4c34e97d6915c11f4afa30) Co-authored-by: Mark Roseman <mark@markroseman.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/tkinter.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index e28664d..79633b7 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/>`_