Skip to content

Commit 9da4727

Browse files
committed
fix documentation url
1 parent fdb8288 commit 9da4727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/io/nekohasekai/sfa/ui/main/SettingsFragment.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class SettingsFragment : Fragment() {
104104
it.context.launchCustomTab("https://community.sagernet.org/")
105105
}
106106
binding.documentationButton.setOnClickListener {
107-
it.context.launchCustomTab("http://sing-box.sagernet.org/installation/clients/sfa/")
107+
it.context.launchCustomTab("https://sing-box.sagernet.org/clients/android/")
108108
}
109109
binding.openDebugButton.setOnClickListener {
110110
startActivity(Intent(requireContext(), DebugActivity::class.java))
@@ -145,4 +145,4 @@ class SettingsFragment : Fragment() {
145145
binding = null
146146
}
147147

148-
}
148+
}

0 commit comments

Comments
 (0)