summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-03-18 14:20:25 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-03-18 14:20:25 (GMT)
commit31ee154c5fc8f16e9ec4900fc3ec09178311a9d4 (patch)
tree72b6c402aa7914815c7db2ba436115ba26dbf650
parenteb7d40c12c3b70a6e345d0336cc5853970028158 (diff)
parent088639936de2b82234196dd7d4c46a94110b0f30 (diff)
downloadcpython-31ee154c5fc8f16e9ec4900fc3ec09178311a9d4.zip
cpython-31ee154c5fc8f16e9ec4900fc3ec09178311a9d4.tar.gz
cpython-31ee154c5fc8f16e9ec4900fc3ec09178311a9d4.tar.bz2
Closes #20966: Fix Tkinter Resources link (merge from 3.4)
-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 b8f6607..0715a43 100644
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -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.