summaryrefslogtreecommitdiffstats
path: root/Doc/faq
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2019-05-25 18:02:24 (GMT)
committerGitHub <noreply@github.com>2019-05-25 18:02:24 (GMT)
commit7114c6504a60365b8b0cd718da0ec8a737599fb9 (patch)
treeb733be9eed5522969c92baa8655e3f2b70ff616d /Doc/faq
parentf7fba6cfb62edfc22e9b2e12a00ebaf5f348398e (diff)
downloadcpython-7114c6504a60365b8b0cd718da0ec8a737599fb9.zip
cpython-7114c6504a60365b8b0cd718da0ec8a737599fb9.tar.gz
cpython-7114c6504a60365b8b0cd718da0ec8a737599fb9.tar.bz2
Docs: FIX broken links. (GH-13491)
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 4f9979b..781da46 100644
--- a/Doc/faq/gui.rst
+++ b/Doc/faq/gui.rst
@@ -104,7 +104,7 @@ What platform-specific GUI toolkits exist for Python?
========================================================
By installing the `PyObjc Objective-C bridge
-<https://pythonhosted.org/pyobjc/>`_, Python programs can use Mac OS X's
+<https://pypi.org/project/pyobjc/>`_, Python programs can use Mac OS X's
Cocoa libraries.
:ref:`Pythonwin <windows-faq>` by Mark Hammond includes an interface to the