added new website URLs

This commit is contained in:
Kyle Spearrin 2016-10-02 00:20:45 -04:00
parent 2a44937d09
commit 713fdaeac1
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ namespace Bit.App.Pages
private void WebsiteCell_Tapped(object sender, EventArgs e)
{
_googleAnalyticsService.TrackAppEvent("HelpWebsite");
Device.OpenUri(new Uri("https://bitwarden.com"));
Device.OpenUri(new Uri("https://bitwarden.com/contact/"));
}
private void BugCell_Tapped(object sender, EventArgs e)

View File

@ -164,7 +164,7 @@ namespace Bit.App.Pages
Command = new Command(() =>
{
_googleAnalyticsService.TrackAppEvent("SeeSupportedApps");
Device.OpenUri(new Uri("https://bitwarden.com"));
Device.OpenUri(new Uri("https://bitwarden.com/ios/"));
}),
VerticalOptions = LayoutOptions.End,
HorizontalOptions = LayoutOptions.Fill,