summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-07-08 12:50:54 -0400
committerNed Deily <nad@python.org>2019-07-08 12:50:54 -0400
commit317c33e67cb6076c5a87a66c75e8c35ac581398d (patch)
tree3b24051bcd844de0dd74341bd5364c2117b0df11
parenta6d97e200863e7e5fc60bbc8f121b86a2098ef2d (diff)
downloadcpython-git-317c33e67cb6076c5a87a66c75e8c35ac581398d.tar.gz
bpo-37149: Replace dead link for online Tkinter reference (GH-14616)
Also fix a name misspelling. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
-rw-r--r--Doc/library/tkinter.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index 60cf892e08..2515cf4f8b 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 reference: a GUI for Python <https://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html>`_
+ `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>`_
On-line reference material.
`Tkinter docs from effbot <http://effbot.org/tkinterbook/>`_
@@ -41,7 +41,7 @@ installed, so you can read the Tcl/Tk documentation specific to that version.
Book by Mark Lutz, has excellent coverage of Tkinter.
`Modern Tkinter for Busy Python Developers <https://www.amazon.com/Modern-Tkinter-Python-Developers-ebook/dp/B0071QDNLO/>`_
- Book by Mark Rozerman about building attractive and modern graphical user interfaces with Python and Tkinter.
+ Book by Mark Roseman about building attractive and modern graphical user interfaces with Python and Tkinter.
`Python and Tkinter Programming <https://www.manning.com/books/python-and-tkinter-programming>`_
Book by John Grayson (ISBN 1-884777-81-3).