From 0aab548b87ac07c5cbf6550f52676d556b5902d8 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 23 May 2017 16:43:51 -0400 Subject: [PATCH] new import article urls --- src/app/tools/toolsImportController.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/tools/toolsImportController.js b/src/app/tools/toolsImportController.js index 9944d899b4e..79e82789058 100644 --- a/src/app/tools/toolsImportController.js +++ b/src/app/tools/toolsImportController.js @@ -22,8 +22,8 @@ featured: true, sort: 2, instructions: $sce.trustAsHtml('See detailed instructions on our help site at ' + - '' + - 'https://help.bitwarden.com/getting-started/import-from-lastpass/') + '' + + 'https://help.bitwarden.com/article/import-from-lastpass/') }, { id: 'chromecsv', @@ -31,8 +31,8 @@ featured: true, sort: 3, instructions: $sce.trustAsHtml('See detailed instructions on our help site at ' + - '' + - 'https://help.bitwarden.com/getting-started/import-from-chrome/') + '' + + 'https://help.bitwarden.com/article/import-from-chrome/') }, { id: 'firefoxpasswordexportercsvxml', @@ -74,15 +74,15 @@ featured: true, sort: 6, instructions: $sce.trustAsHtml('See detailed instructions on our help site at ' + - '' + - 'https://help.bitwarden.com/getting-started/import-from-1password/') + '' + + 'https://help.bitwarden.com/article/import-from-1password/') }, { id: '1password6wincsv', name: '1Password 6 Windows (csv)', instructions: $sce.trustAsHtml('See detailed instructions on our help site at ' + - '' + - 'https://help.bitwarden.com/getting-started/import-from-1password/') + '' + + 'https://help.bitwarden.com/article/import-from-1password/') }, { id: 'roboformhtml', @@ -222,16 +222,16 @@ name: 'Opera (csv)', instructions: $sce.trustAsHtml('The process for importing from Opera is exactly the same as ' + 'importing from Google Chrome. See detailed instructions on our help site at ' + - '' + - 'https://help.bitwarden.com/getting-started/import-from-chrome/') + '' + + 'https://help.bitwarden.com/article/import-from-chrome/') }, { id: 'vivaldicsv', name: 'Vivaldi (csv)', instructions: $sce.trustAsHtml('The process for importing from Vivaldi is exactly the same as ' + 'importing from Google Chrome. See detailed instructions on our help site at ' + - '' + - 'https://help.bitwarden.com/getting-started/import-from-chrome/') + '' + + 'https://help.bitwarden.com/article/import-from-chrome/') } ];