diff options
author | Julien Palard <julien@palard.fr> | 2022-05-09 21:10:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 21:10:19 (GMT) |
commit | b77a95f44a024d1afab28e380252aa6d9c4efb1c (patch) | |
tree | ca924bb1ee9ae2ed73df8eefa71056e67a66dbab /Doc/using/mac.rst | |
parent | 6ecf594baaf4488834ed1e841923d484230b0bfb (diff) | |
download | cpython-b77a95f44a024d1afab28e380252aa6d9c4efb1c.zip cpython-b77a95f44a024d1afab28e380252aa6d9c4efb1c.tar.gz cpython-b77a95f44a024d1afab28e380252aa6d9c4efb1c.tar.bz2 |
Doc: Update py2app link. (#91585)
See: https://mail.python.org/archives/list/docs@python.org/thread/KDVFGNGGUGGPVRZT7WZYHHWXCRS2GEN7/
Diffstat (limited to 'Doc/using/mac.rst')
-rw-r--r-- | Doc/using/mac.rst | 2 |
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 |