]> granicus.if.org Git - python/commitdiff
Issue #20966: Fix Tkinter Resources link
authorZachary Ware <zachary.ware@gmail.com>
Tue, 18 Mar 2014 14:19:18 +0000 (09:19 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 18 Mar 2014 14:19:18 +0000 (09:19 -0500)
Doc/library/tkinter.rst

index b8f6607148f46814299aec3489f640281a46abbd..0715a43e9aa78ea4cb5a9283a381b8fa946c64f1 100644 (file)
@@ -15,7 +15,7 @@ this should open a window demonstrating a simple Tk interface.
 
 .. seealso::
 
-   `Python Tkinter Resources <http://www.python.org/topics/tkinter/>`_
+   `Python Tkinter Resources <https://wiki.python.org/moin/TkInter>`_
       The Python Tkinter Topic Guide provides a great deal of information on using Tk
       from Python and links to other sources of information on Tk.