1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

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

View File

@@ -9,7 +9,7 @@
$scope.website = function () { $scope.website = function () {
$analytics.eventTrack('Selected Help Website'); $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 () { $scope.bug = function () {