From 3f8cce064f0daace4916a6bb51c294c6b1c70340 Mon Sep 17 00:00:00 2001 From: Sehar Batool <97355349+seharbat00l@users.noreply.github.com> Date: Wed, 18 Oct 2023 22:10:43 +0500 Subject: [PATCH] Support Email Address Fixed in the Readme.md (#1722) * Support Email Address Fixed. Issue#1716 : resolved * Complete Support section fixed in Readme.md for #1716 --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 85dd383f6..cae60ceff 100644 --- a/README.md +++ b/README.md @@ -166,17 +166,12 @@ config, along with the environment variables that would override them. ## Support -If you need assistance, you can ask for help on our mailing list: +If you need help, please feel free to seek assistance through our support channels: -* User Group : https://groups.google.com/group/kivy-users -* Email : kivy-users@googlegroups.com +Join the [Kivy Users Google Group](https://groups.google.com/group/kivy-users). +Participate in discussions on [Discord](https://chat.kivy.org). -Discord channel: - -Server : https://chat.kivy.org -Channel : #support - -For [debugging on Android](https://python-for-android.readthedocs.io/en/stable/troubleshooting/?highlight=adb#debugging-on-android), don't hesitate to use ADB to get logs of your application. +Additionally, for troubleshooting Android-related issues, you can utilize ADB to obtain logs for your application. Detailed instructions can be found in the [debugging on Android](https://python-for-android.readthedocs.io/en/stable/troubleshooting/?highlight=adb#debugging-on-android) documentation. ## Contributing