diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-05-09 21:28:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 21:28:40 (GMT) |
commit | 826ceab4884c667ca69ee222af1b6dcf1d49b91d (patch) | |
tree | 72d3699dc7d832716d237a988f34623cd428f5fd | |
parent | eded1036f14aeb30c697a4ad1bf58247bd985fc6 (diff) | |
download | cpython-826ceab4884c667ca69ee222af1b6dcf1d49b91d.zip cpython-826ceab4884c667ca69ee222af1b6dcf1d49b91d.tar.gz cpython-826ceab4884c667ca69ee222af1b6dcf1d49b91d.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>
-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 |