diff options
author | Georg Brandl <georg@python.org> | 2009-10-11 20:16:16 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-10-11 20:16:16 (GMT) |
commit | a4314c2b218fb0509a24c873a22137ff229a01fd (patch) | |
tree | caec1be7189cec098d74e7677b46da5d48831c8e /Doc/faq/gui.rst | |
parent | 6728c5a762752260324b2015a2d47528f4c7194a (diff) | |
download | cpython-a4314c2b218fb0509a24c873a22137ff229a01fd.zip cpython-a4314c2b218fb0509a24c873a22137ff229a01fd.tar.gz cpython-a4314c2b218fb0509a24c873a22137ff229a01fd.tar.bz2 |
Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there.
Diffstat (limited to 'Doc/faq/gui.rst')
-rw-r--r-- | Doc/faq/gui.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst index d3cf779..4761b7d 100644 --- a/Doc/faq/gui.rst +++ b/Doc/faq/gui.rst @@ -45,11 +45,12 @@ Qt ''' There are bindings available for the Qt toolkit (`PyQt -<http://www.riverbankcomputing.co.uk/pyqt/>`_) and for KDE (PyKDE). If you're -writing open source software, you don't need to pay for PyQt, but if you want to -write proprietary applications, you must buy a PyQt license from `Riverbank -Computing <http://www.riverbankcomputing.co.uk>`_ and a Qt license from -`Trolltech <http://www.trolltech.com>`_. +<http://www.riverbankcomputing.co.uk/software/pyqt/>`_) and for KDE (PyKDE). If +you're writing open source software, you don't need to pay for PyQt, but if you +want to write proprietary applications, you must buy a PyQt license from +`Riverbank Computing <http://www.riverbankcomputing.co.uk>`_ and (up to Qt 4.4; +Qt 4.5 upwards is licensed under the LGPL license) a Qt license from `Trolltech +<http://www.trolltech.com>`_. Gtk+ '''' |