diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-11 09:18:56 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-11 09:18:56 (GMT) |
commit | fdcb53589318f13997d4cb1df76a352ff0271bd7 (patch) | |
tree | 42f6f279ec5b4ffe260224ac61615e9731e10f18 /Doc/faq | |
parent | 6e0b44ef9eedf94cfbafea8a298fe9b6f39b18ff (diff) | |
download | cpython-fdcb53589318f13997d4cb1df76a352ff0271bd7.zip cpython-fdcb53589318f13997d4cb1df76a352ff0271bd7.tar.gz cpython-fdcb53589318f13997d4cb1df76a352ff0271bd7.tar.bz2 |
Issue #25910: Fixed dead links in the docs.
Diffstat (limited to 'Doc/faq')
-rw-r--r-- | Doc/faq/gui.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst index eab09a1..b5bbc17 100644 --- a/Doc/faq/gui.rst +++ b/Doc/faq/gui.rst @@ -49,7 +49,7 @@ Qt There are bindings available for the Qt toolkit (using either `PyQt <https://riverbankcomputing.com/software/pyqt/intro>`_ or `PySide -<https://wiki.qt.io/PySide>`_) and for KDE (`PyKDE <https://techbase.kde.org/Development/Languages/Python>`__). +<https://wiki.qt.io/PySide>`_) and for KDE (`PyKDE4 <https://techbase.kde.org/Languages/Python/Using_PyKDE_4>`__). PyQt is currently more mature than PySide, but you must buy a PyQt license from `Riverbank Computing <https://www.riverbankcomputing.com/commercial/license-faq>`_ if you want to write proprietary applications. PySide is free for all applications. |