]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Update py2app link. (GH-91585)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 May 2022 21:25:33 +0000 (14:25 -0700)
committerGitHub <noreply@github.com>
Mon, 9 May 2022 21:25:33 +0000 (14:25 -0700)
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>
Doc/using/mac.rst

index 2f132a96bef082acf9b4421550a304afa1c4b615..f7db038430b6d328ef0938143252775466680d37 100644 (file)
@@ -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