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

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

* [Help] Update links to new pattern

* Update jslib
This commit is contained in:
Vincent Salucci
2022-02-08 17:44:56 -06:00
committed by GitHub
parent ca7381af35
commit ebbf1d8b90
4 changed files with 11 additions and 11 deletions

View File

@@ -16,8 +16,6 @@ export class PrivateModeComponent implements OnInit {
}
learnMore() {
BrowserApi.createNewTab(
"https://help.bitwarden.com/article/extension-wont-load-in-private-mode/"
);
BrowserApi.createNewTab("https://bitwarden.com/help/extension-wont-load-in-private-mode/");
}
}