From 9621b48b5328b8d02a6140c50682b04e169f1950 Mon Sep 17 00:00:00 2001 From: seharbat00l Date: Tue, 17 Oct 2023 18:35:56 +0500 Subject: [PATCH 1/2] Support Email Address Fixed. Issue#1716 : resolved --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 85dd383f6..2098affa4 100644 --- a/README.md +++ b/README.md @@ -168,8 +168,7 @@ config, along with the environment variables that would override them. If you need assistance, you can ask for help on our mailing list: -* User Group : https://groups.google.com/group/kivy-users -* Email : kivy-users@googlegroups.com +User Group: [Kivy Users Google Group](https://groups.google.com/group/kivy-users) Discord channel: From f2b06b1b8a7bb34a4116cdaa9a7b99540110e9a4 Mon Sep 17 00:00:00 2001 From: seharbat00l Date: Tue, 17 Oct 2023 22:17:01 +0500 Subject: [PATCH 2/2] Complete Support section fixed in Readme.md for #1716 --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2098affa4..cae60ceff 100644 --- a/README.md +++ b/README.md @@ -166,16 +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: [Kivy Users Google Group](https://groups.google.com/group/kivy-users) +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