Skip to content

Commit 35521e8

Browse files
committed
update Tcl/Tk resource URLs and verbiage
1 parent 6cdcb9e commit 35521e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/library/tkinter.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ use raw reads or ``os.read(file.fileno(), maxbytecount)``.
10581058
Book by Mark Lutz, has excellent coverage of Tkinter.
10591059

10601060
`Modern Tkinter for Busy Python Developers <https://www.amazon.com/Modern-Tkinter-Python-Developers-ebook/dp/B0071QDNLO/>`_
1061-
Book by Mark Rozerman about building attractive and modern graphical user interfaces with Python and Tkinter.
1061+
Book by Mark Roseman about building attractive and modern graphical user interfaces with Python and Tkinter.
10621062

10631063
`Python and Tkinter Programming <https://www.manning.com/books/python-and-tkinter-programming>`_
10641064
Book by John Grayson (ISBN 1-884777-81-3).
@@ -1070,12 +1070,12 @@ use raw reads or ``os.read(file.fileno(), maxbytecount)``.
10701070
Change '8.6' to match the version of your Tcl/Tk installation.
10711071

10721072
`Tcl/Tk recent man pages <https://www.tcl.tk/doc/>`_
1073-
Recent Tcl/Tk manuals on www.tcl.tk.
1073+
Recent Tcl/Tk manuals on www.tcl.tk, which also hosts core development.
10741074

1075-
`ActiveState Tcl Home Page <http://tcl.activestate.com/>`_
1076-
The Tk/Tcl development is largely taking place at ActiveState.
1075+
`ActiveState Tcl Home Page <https://www.activestate.com/tcl/>`_
1076+
Precompiled binaries of current versions of Tcl/Tk.
10771077

1078-
`Tcl and the Tk Toolkit <https://www.amazon.com/exec/obidos/ASIN/020163337X>`_
1078+
`Tcl and the Tk Toolkit <https://www.tcltk-book.com/>`_
10791079
Book by John Ousterhout, the inventor of Tcl.
10801080

10811081
`Practical Programming in Tcl and Tk <http://www.beedub.com/book/>`_

0 commit comments

Comments
 (0)