Change tasker help url

pull/618/head
Alex Baker 7 years ago
parent a1ce354c0d
commit 8779ec50c5

@ -181,7 +181,7 @@ public final class TaskerCreateTaskActivity extends AbstractFragmentPluginAppCom
save();
return true;
case R.id.menu_help:
startActivity(new Intent(Intent.ACTION_VIEW).setData(Uri.parse("http://tasks.org/help")));
startActivity(new Intent(Intent.ACTION_VIEW).setData(Uri.parse("http://tasks.org/help/tasker")));
return true;
}
return super.onOptionsItemSelected(item);

Loading…
Cancel
Save