summaryrefslogtreecommitdiffstats
path: root/Doc/faq
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-11 09:34:07 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-11 09:34:07 (GMT)
commit336fc5bbb09b1b5d34b808ce749737691aaec9b6 (patch)
tree4ab015bc5ece07297b91dd8475401eb76d494d6d /Doc/faq
parent59865e7fe158bcedc0c2b6252593650b018cf738 (diff)
parent90be7333ea670277d781f04c24dbfdafb214aa8b (diff)
downloadcpython-336fc5bbb09b1b5d34b808ce749737691aaec9b6.zip
cpython-336fc5bbb09b1b5d34b808ce749737691aaec9b6.tar.gz
cpython-336fc5bbb09b1b5d34b808ce749737691aaec9b6.tar.bz2
Issue #25910: Fixed dead links in the docs.
Diffstat (limited to 'Doc/faq')
-rw-r--r--Doc/faq/gui.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst
index a77adb6..6c7edea 100644
--- a/Doc/faq/gui.rst
+++ b/Doc/faq/gui.rst
@@ -59,7 +59,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.