1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-07 00:38:13 +02:00

update enc key article

This commit is contained in:
Kyle Spearrin 2017-07-25 08:54:52 -04:00
parent f71f674f8e
commit 8cc13453a1

View File

@ -25,7 +25,7 @@ angular
cancelButtonText: i18nService.cancel
}, function (confirmed) {
if (confirmed) {
chrome.tabs.create({ url: 'https://help.bitwarden.com' });
chrome.tabs.create({ url: 'https://help.bitwarden.com/article/update-encryption-key/' });
}
});
}