diff --git a/src/App/Pages/Settings/SettingsPage.cs b/src/App/Pages/Settings/SettingsPage.cs index eaf17c406..62d85e715 100644 --- a/src/App/Pages/Settings/SettingsPage.cs +++ b/src/App/Pages/Settings/SettingsPage.cs @@ -274,7 +274,7 @@ namespace Bit.App.Pages } _googleAnalyticsService.TrackAppEvent("OpenedSetting", "TwoStep"); - Device.OpenUri(new Uri("https://vault.bitwarden.com")); + Device.OpenUri(new Uri("https://help.bitwarden.com/article/setup-two-step-login/")); } private async void LockOptionsCell_Tapped(object sender, EventArgs e) @@ -370,7 +370,7 @@ namespace Bit.App.Pages } _googleAnalyticsService.TrackAppEvent("OpenedSetting", "ChangePassword"); - Device.OpenUri(new Uri("https://vault.bitwarden.com")); + Device.OpenUri(new Uri("https://help.bitwarden.com/article/change-your-master-password/")); } private async void ChangeEmailCell_Tapped(object sender, EventArgs e) @@ -382,7 +382,7 @@ namespace Bit.App.Pages } _googleAnalyticsService.TrackAppEvent("OpenedSetting", "ChangeEmail"); - Device.OpenUri(new Uri("https://vault.bitwarden.com")); + Device.OpenUri(new Uri("https://help.bitwarden.com/article/change-your-email/")); } private void FingerprintCell_Changed(object sender, EventArgs e) diff --git a/src/App/Pages/Tools/ToolsPage.cs b/src/App/Pages/Tools/ToolsPage.cs index 9ffdb285d..3b88da8c6 100644 --- a/src/App/Pages/Tools/ToolsPage.cs +++ b/src/App/Pages/Tools/ToolsPage.cs @@ -149,7 +149,7 @@ namespace Bit.App.Pages } _googleAnalyticsService.TrackAppEvent("OpenedTool", "Import"); - Device.OpenUri(new Uri("https://vault.bitwarden.com")); + Device.OpenUri(new Uri("https://help.bitwarden.com/article/import-data/")); } public class ToolsViewCell : ExtendedViewCell