summaryrefslogtreecommitdiff
path: root/Doc/using
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-05-28 16:09:14 -0700
committerGitHub <noreply@github.com>2019-05-28 16:09:14 -0700
commit218abd109c4e26f0ec677c894e59280821954237 (patch)
tree1ccc6149fad9ee939a8fb8e4824a303e0c8f42a7 /Doc/using
parentd6a14a14838ff2e7bd5f72633b0d9b6f6e12f20e (diff)
downloadcpython-git-218abd109c4e26f0ec677c894e59280821954237.tar.gz
Docs: FIX broken links. (GH-13491)
(cherry picked from commit 7114c6504a60365b8b0cd718da0ec8a737599fb9) Co-authored-by: Julien Palard <julien@palard.fr>
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/mac.rst2
-rw-r--r--Doc/using/windows.rst7
2 files changed, 5 insertions, 4 deletions
diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst
index a386728eae..bc022fa58c 100644
--- a/Doc/using/mac.rst
+++ b/Doc/using/mac.rst
@@ -141,7 +141,7 @@ There are several options for building GUI applications on the Mac with Python.
*PyObjC* is a Python binding to Apple's Objective-C/Cocoa framework, which is
the foundation of most modern Mac development. Information on PyObjC is
-available from https://pythonhosted.org/pyobjc/.
+available from https://pypi.org/project/pyobjc/.
The standard Python GUI toolkit is :mod:`tkinter`, based on the cross-platform
Tk toolkit (https://www.tcl.tk). An Aqua-native version of Tk is bundled with OS
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index a966d1fe67..bcc618ca14 100644
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -1043,7 +1043,9 @@ The `PyWin32 <https://pypi.org/project/pywin32>`_ module by Mark Hammond
is a collection of modules for advanced Windows-specific support. This includes
utilities for:
-* `Component Object Model <https://www.microsoft.com/com/>`_ (COM)
+* `Component Object Model
+ <https://docs.microsoft.com/en-us/windows/desktop/com/component-object-model--com--portal>`_
+ (COM)
* Win32 API calls
* Registry
* Event log
@@ -1109,8 +1111,7 @@ For extension modules, consult :ref:`building-on-windows`.
MinGW gcc under Windows" or "Installing Python extension with distutils
and without Microsoft Visual C++" by Sébastien Sauvage, 2003
- `MingW -- Python extensions <http://oldwiki.mingw.org/index.php/Python%20extensions>`_
- by Trent Apted et al, 2007
+ `MingW -- Python extensions <http://www.mingw.org/wiki/FAQ#toc14>`_
Other Platforms