summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-03-18 14:19:18 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-03-18 14:19:18 (GMT)
commit088639936de2b82234196dd7d4c46a94110b0f30 (patch)
treec6ca9f076ead28cb78b5db53e102423bc0992f3e /Doc
parentf5c801fdca17eaeeee6c123798462c7838929e99 (diff)
downloadcpython-088639936de2b82234196dd7d4c46a94110b0f30.zip
cpython-088639936de2b82234196dd7d4c46a94110b0f30.tar.gz
cpython-088639936de2b82234196dd7d4c46a94110b0f30.tar.bz2
Issue #20966: Fix Tkinter Resources link
Diffstat (limited to 'Doc')
-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.