Skip to content

Commit

Permalink
fix documentation url
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzeitou committed Nov 23, 2023
1 parent fdb8288 commit 9da4727
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class SettingsFragment : Fragment() {
it.context.launchCustomTab("https://community.sagernet.org/")
}
binding.documentationButton.setOnClickListener {
it.context.launchCustomTab("http://sing-box.sagernet.org/installation/clients/sfa/")
it.context.launchCustomTab("https://sing-box.sagernet.org/clients/android/")
}
binding.openDebugButton.setOnClickListener {
startActivity(Intent(requireContext(), DebugActivity::class.java))
Expand Down Expand Up @@ -145,4 +145,4 @@ class SettingsFragment : Fragment() {
binding = null
}

}
}

0 comments on commit 9da4727

Please sign in to comment.