1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

fix help articles

This commit is contained in:
Kyle Spearrin
2018-11-26 12:25:27 -05:00
parent 74a62de7d0
commit 95c25c1bcd
2 changed files with 2 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ export class ChangePasswordComponent implements OnInit {
this.i18nService.t('learnMore'), this.i18nService.t('close'), 'warning');
if (learnMore) {
this.platformUtilsService.launchUri(
'http://localhost:4009/article/attachments/#fixing-old-attachments');
'https://help.bitwarden.com/article/attachments/#fixing-old-attachments');
}
this.rotateEncKey = false;
return;