From d0a253c97ebc2779f39494b1a978fc23b5e9f76d Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Thu, 5 Jul 2018 03:15:10 +0800 Subject: [PATCH] Switch to discussion thread --- src/main/java/com/topjohnwu/magisk/utils/Const.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/topjohnwu/magisk/utils/Const.java b/src/main/java/com/topjohnwu/magisk/utils/Const.java index 7c761dfcb..9d7fe22a5 100644 --- a/src/main/java/com/topjohnwu/magisk/utils/Const.java +++ b/src/main/java/com/topjohnwu/magisk/utils/Const.java @@ -87,7 +87,7 @@ public class Const { public static final String FILE_URL = "https://raw.githubusercontent.com/Magisk-Modules-Repo/%s/master/%s"; public static final String ZIP_URL = "https://github.com/Magisk-Modules-Repo/%s/archive/master.zip"; public static final String DONATION_URL = "https://www.paypal.me/topjohnwu"; - public static final String XDA_THREAD = "http://forum.xda-developers.com/showthread.php?t=3473445"; + public static final String XDA_THREAD = "http://forum.xda-developers.com/showthread.php?t=3432382"; public static final String SOURCE_CODE_URL = "https://github.com/topjohnwu/MagiskManager"; }