mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Update extensions repo URL
This commit is contained in:
		| @@ -77,6 +77,6 @@ internal class ExtensionGithubApi { | ||||
|  | ||||
|     companion object { | ||||
|         const val BASE_URL = "https://raw.githubusercontent.com/" | ||||
|         const val REPO_URL_PREFIX = "${BASE_URL}inorichi/tachiyomi-extensions/repo/" | ||||
|         const val REPO_URL_PREFIX = "${BASE_URL}tachiyomiorg/tachiyomi-extensions/repo/" | ||||
|     } | ||||
| } | ||||
|   | ||||
| @@ -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()) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user