Skip to content

Commit

Permalink
update documentation url
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzeitou committed Nov 25, 2023
1 parent fdb8288 commit d85cdb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Experimental Android client for sing-box, the universal proxy platform.

## Documentation

https://sing-box.sagernet.org/installation/clients/sfa/
https://sing-box.sagernet.org/clients/android/

## License

Expand Down
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

0 comments on commit d85cdb5

Please sign in to comment.