summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-05-09 21:31:12 (GMT)
committerGitHub <noreply@github.com>2022-05-09 21:31:12 (GMT)
commit249be828e475202fd6f63fc357be75eca1267c9f (patch)
tree7db82d55f40d8ee27fdb3648cbfaff77c4490a49 /Doc
parentad82e1244e000e13d0079c5be44e5591d6596419 (diff)
downloadcpython-249be828e475202fd6f63fc357be75eca1267c9f.zip
cpython-249be828e475202fd6f63fc357be75eca1267c9f.tar.gz
cpython-249be828e475202fd6f63fc357be75eca1267c9f.tar.bz2
Doc: Update py2app link. (GH-91585)
See: https://mail.python.org/archives/list/docs@python.org/thread/KDVFGNGGUGGPVRZT7WZYHHWXCRS2GEN7/ (cherry picked from commit b77a95f44a024d1afab28e380252aa6d9c4efb1c) Co-authored-by: Julien Palard <julien@palard.fr>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/using/mac.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst
index 2f132a9..f7db038 100644
--- a/Doc/using/mac.rst
+++ b/Doc/using/mac.rst
@@ -160,7 +160,7 @@ Distributing Python Applications on the Mac
The standard tool for deploying standalone Python applications on the Mac is
:program:`py2app`. More information on installing and using py2app can be found
-at http://undefined.org/python/#py2app.
+at https://pypi.org/project/py2app/.
Other Resources