Update extensions repo URL

This commit is contained in:
arkon
2020-12-15 15:48:06 -05:00
parent 6d403851cf
commit 28a23452f2
9 changed files with 12 additions and 12 deletions

View File

@@ -127,7 +127,7 @@ class AboutController : SettingsController() {
preference {
key = "pref_about_label_extensions"
titleRes = R.string.label_extensions
val url = "https://github.com/inorichi/tachiyomi-extensions"
val url = "https://github.com/tachiyomiorg/tachiyomi-extensions"
summary = url
onClick {
val intent = Intent(Intent.ACTION_VIEW, url.toUri())