This commit is contained in:
B. Petersen
2017-02-21 18:43:15 +01:00
parent 473410ece2
commit 68a72fb8fd
@@ -342,7 +342,7 @@ public class LaunchActivity extends Activity implements ActionBarLayout.ActionBa
drawerLayoutContainer.closeDrawer(false);
}
else if (position == DrawerLayoutAdapter.iFaq) {
Browser.openUrl(LaunchActivity.this, "https://getdelta/help");
Browser.openUrl(LaunchActivity.this, "https://getdelta.org/help");
drawerLayoutContainer.closeDrawer(false);
}
}