Skip to content

Commit

Permalink
Help URL chnaged
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoZenz committed Feb 10, 2020
1 parent e9c21e4 commit e40f328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/dnsfilter/android/DNSProxyActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ public void onClick(View destination) {
handleDonate();
return;
} else if (destination == helpBtn) {
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.zenz-home.com/personaldnsfilter/help/help.html"));
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.zenz-home.com/personaldnsfilter/help/help.php"));
startActivity(browserIntent);
return;
} else if (destination == dnsField) {
Expand Down

0 comments on commit e40f328

Please sign in to comment.