diff --git a/src/main/kotlin/com/looker/droidify/screen/SettingsFragment.kt b/src/main/kotlin/com/looker/droidify/screen/SettingsFragment.kt index 15cf8de6..da49f524 100644 --- a/src/main/kotlin/com/looker/droidify/screen/SettingsFragment.kt +++ b/src/main/kotlin/com/looker/droidify/screen/SettingsFragment.kt @@ -166,9 +166,7 @@ class SettingsFragment : ScreenFragment() { } private fun openURI() { - val browserIntent = - Intent(Intent.ACTION_VIEW, "https://github.com/kitsunyan/foxy-droid/".toUri()) - startActivity(browserIntent) + startActivity(Intent(Intent.ACTION_VIEW, "https://github.com/iamlooker/Droid-ify/".toUri())) } override fun onDestroyView() {