From 0e7c33cdf8708e7853ec2fb42d5214e29ae1a67b Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 15 Apr 2022 21:38:40 +0200 Subject: [PATCH] Doc: Update py2app link. See: https://mail.python.org/archives/list/docs@python.org/thread/KDVFGNGGUGGPVRZT7WZYHHWXCRS2GEN7/ --- Doc/using/mac.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst index 2f132a96bef082..f7db038430b6d3 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