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.
This commit is contained in:
parent
f76d894dc5
commit
06d0b8b67e
|
@ -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/>`_
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Change Shipman tkinter doc link from archive.org to TkDocs. (The doc has been removed from the NMT server.) The new link responds much faster and includes a short explanatory note.
|
Loading…
Reference in New Issue