diff options
Diffstat (limited to 'Doc/library/othergui.rst')
-rw-r--r-- | Doc/library/othergui.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/othergui.rst b/Doc/library/othergui.rst index 471076c..1f4aed7 100644 --- a/Doc/library/othergui.rst +++ b/Doc/library/othergui.rst @@ -43,7 +43,7 @@ also available for Python: `PythonCAD <http://www.pythoncad.org/>`_. An online `tutorial <http://www.pygtk.org/pygtk2tutorial/index.html>`_ is available. - `PyQt <http://www.riverbankcomputing.co.uk/pyqt/index.php>`_ + `PyQt <http://www.riverbankcomputing.co.uk/software/pyqt/>`_ PyQt is a :program:`sip`\ -wrapped binding to the Qt toolkit. Qt is an extensive C++ GUI application development framework that is available for Unix, Windows and Mac OS X. :program:`sip` is a tool |