https://github.com/python/cpython/commit/82767780f8de2fc492567ceb6a590101ae3b19ad commit: 82767780f8de2fc492567ceb6a590101ae3b19ad branch: main author: partev <[email protected]> committer: freakboy3742 <[email protected]> date: 2026-04-20T05:44:08+08:00 summary:
gh-148779: Update Briefcase link in android.rst documentation (#148777) Use canonical beeware.org URL for link to Briefcase. files: M Doc/using/android.rst diff --git a/Doc/using/android.rst b/Doc/using/android.rst index 45345d045ddfd9..60a13569318141 100644 --- a/Doc/using/android.rst +++ b/Doc/using/android.rst @@ -30,7 +30,7 @@ Adding Python to an Android app Most app developers should use one of the following tools, which will provide a much easier experience: -* `Briefcase <https://briefcase.readthedocs.io>`__, from the BeeWare project +* `Briefcase <https://briefcase.beeware.org>`__, from the BeeWare project * `Buildozer <https://buildozer.readthedocs.io>`__, from the Kivy project * `Chaquopy <https://chaquo.com/chaquopy>`__ * `pyqtdeploy <https://www.riverbankcomputing.com/static/Docs/pyqtdeploy/>`__ _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
