Change discord invite link in settings (#1112)

* Change discord invite link in settings

* Change discord link is readme
This commit is contained in:
Jozef Hollý
2017-12-06 08:41:37 +01:00
committed by Bram van de Kerkhof
parent 8f9737f567
commit 9ae6285eef
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ class SettingsAboutController : SettingsController() {
}
preference {
title = "Discord"
val url = "https://discord.gg/WrBkRk4"
val url = "https://discord.gg/2dDQBv2"
summary = url
onClick {
val intent = Intent(Intent.ACTION_VIEW, Uri.parse(url))