We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb8288 commit 9da4727Copy full SHA for 9da4727
app/src/main/java/io/nekohasekai/sfa/ui/main/SettingsFragment.kt
@@ -104,7 +104,7 @@ class SettingsFragment : Fragment() {
104
it.context.launchCustomTab("https://community.sagernet.org/")
105
}
106
binding.documentationButton.setOnClickListener {
107
- it.context.launchCustomTab("http://sing-box.sagernet.org/installation/clients/sfa/")
+ it.context.launchCustomTab("https://sing-box.sagernet.org/clients/android/")
108
109
binding.openDebugButton.setOnClickListener {
110
startActivity(Intent(requireContext(), DebugActivity::class.java))
@@ -145,4 +145,4 @@ class SettingsFragment : Fragment() {
145
binding = null
146
147
148
-}
+}
0 commit comments