Skip to content

Commit

Permalink
Updated help URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve committed Aug 8, 2023
1 parent 90af36c commit 5b4585a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ class EntriesFragment : Fragment() {
e.printStackTrace();
}

val url = "https://www.frju.net/apps/flym/help.html?ver=$verName"
val url = "https://www.stargw.net/android/help.html?ver=$verName"
val i = Intent(Intent.ACTION_VIEW)
i.data = Uri.parse(url)
startActivity(i)
Expand Down

0 comments on commit 5b4585a

Please sign in to comment.