src: adapt git links to KernelSU-Next org

This commit is contained in:
rifsxd
2025-02-24 02:18:02 +06:00
parent 785d8143fb
commit e8c080ba09
27 changed files with 73 additions and 73 deletions
@@ -98,7 +98,7 @@ private fun AboutCardContent() {
val annotatedString = AnnotatedString.Companion.fromHtml(
htmlString = stringResource(
id = R.string.about_source_code,
"<b><a href=\"https://github.com/rifsxd/KernelSU-Next\">GitHub</a></b>"
"<b><a href=\"https://github.com/KernelSU-Next/KernelSU-Next\">GitHub</a></b>"
),
linkStyles = TextLinkStyles(
style = SpanStyle(
@@ -63,7 +63,7 @@ fun download(
fun checkNewVersion(): LatestVersionInfo {
// Next version updates
val url = "https://api.github.com/repos/rifsxd/KernelSU-Next/releases/latest"
val url = "https://api.github.com/repos/KernelSU-Next/KernelSU-Next/releases/latest"
// default null value if failed
val defaultValue = LatestVersionInfo()
runCatching {