https://github.com/python/cpython/commit/01f721898343c671a69f1bf6805e41e20b2e4c22 commit: 01f721898343c671a69f1bf6805e41e20b2e4c22 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 <[email protected]> date: 2026-04-19T21:50:45Z summary:
[3.13] gh-148779: Update Briefcase link in android.rst documentation (GH-148777) (#148781) Use canonical beeware.org URL for link to Briefcase. (cherry picked from commit 82767780f8de2fc492567ceb6a590101ae3b19ad) Co-authored-by: partev <[email protected]> files: M Doc/using/android.rst diff --git a/Doc/using/android.rst b/Doc/using/android.rst index cb762310328f1c..f013817932d786 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]
