help contact url is on main site, not vault

This commit is contained in:
Kyle Spearrin 2016-10-06 23:57:40 -04:00
parent 7949c02e7a
commit eb0461596e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
$scope.website = function () {
$analytics.eventTrack('Selected Help Website');
chrome.tabs.create({ url: 'https://vault.bitwarden.com/contact/' });
chrome.tabs.create({ url: 'https://bitwarden.com/contact/' });
};
$scope.bug = function () {