1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 00:03:22 +00:00

[Help] Update links to new pattern (#1758)

This commit is contained in:
Vincent Salucci
2022-02-08 17:42:53 -06:00
committed by GitHub
parent 427ff09af0
commit 3491c1aaeb
4 changed files with 9 additions and 9 deletions

View File

@@ -78,7 +78,7 @@ namespace Bit.App.Pages
AppResources.FeatureUnavailable, AppResources.LearnMore, AppResources.Cancel);
if (confirmed)
{
_platformUtilsService.LaunchUri("https://help.bitwarden.com/article/update-encryption-key/");
_platformUtilsService.LaunchUri("https://bitwarden.com/help/account-encryption-key/#rotate-your-encryption-key");
}
}
}