Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c565e8

Browse files
committed
DOC: fix broken link to wxPython Widget Inspection Tool
The wiki.wxpython.org URL returns 404. Point readers to the current official documentation at docs.wxpython.org instead. Refs #30306.
1 parent 36994e0 commit 7c565e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

galleries/examples/user_interfaces/embedding_in_wx5_sgskip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def demo():
4747
# Alternatively you could use:
4848
# app = wx.App()
4949
# InspectableApp is a great debug tool, see:
50-
# http://wiki.wxpython.org/Widget%20Inspection%20Tool
50+
# https://docs.wxpython.org/wx.lib.inspection.html
5151
app = wit.InspectableApp()
5252
frame = wx.Frame(None, -1, 'Plotter')
5353
plotter = PlotNotebook(frame)

0 commit comments

Comments
 (0)