diff --git a/V2rayNG/app/src/main/kotlin/com/v2ray/ang/AppConfig.kt b/V2rayNG/app/src/main/kotlin/com/v2ray/ang/AppConfig.kt index 5c7e6a31f..4489c88ab 100644 --- a/V2rayNG/app/src/main/kotlin/com/v2ray/ang/AppConfig.kt +++ b/V2rayNG/app/src/main/kotlin/com/v2ray/ang/AppConfig.kt @@ -60,8 +60,8 @@ object AppConfig { const val androidpackagenamelistUrl = "https://raw.githubusercontent.com/2dust/androidpackagenamelist/master/proxy.txt" const val v2rayCustomRoutingListUrl = "https://raw.githubusercontent.com/2dust/v2rayCustomRoutingList/master/" - const val v2rayNGIssues = "https://github.com/2dust/v2rayNG/issues" - const val v2rayNGWikiMode = "https://github.com/2dust/v2rayNG/wiki/Mode" + const val v2rayNGIssues = "https://github.com/4xmen/v2rayNG/issues" + const val v2rayNGWikiMode = "https://github.com/4xmen/v2rayNG/wiki/Mode" const val promotionUrl = "aHR0cHM6Ly85LjIzNDQ1Ni54eXovYWJjLmh0bWw=" const val geoUrl = "https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/";