[Python-checkins] cpython (merge 3.4 -> default): Closes #20966: Fix Tkinter Resources link (merge from 3.4)

zach.ware python-checkins at python.org
Tue Mar 18 15:20:53 CET 2014


http://hg.python.org/cpython/rev/f8b40d33e45d
changeset:   89847:f8b40d33e45d
parent:      89844:1b096c601d84
parent:      89846:f28f63c5d30a
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Mar 18 09:20:25 2014 -0500
summary:
  Closes #20966: Fix Tkinter Resources link (merge from 3.4)

files:
  Doc/library/tkinter.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -15,7 +15,7 @@
 
 .. 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list