aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2017-09-02 02:57:57 +0800
committerGitHub <noreply@github.com>2017-09-02 02:57:57 +0800
commitb47d3735fe13ae512a30c6dc72b5ece41f35e453 (patch)
treedfcf375fd5c22086c01323202e57c6f037bf6a2c /ui/app
parent48021f4f940b04133821ae98b190271b37bfb659 (diff)
parent01f961976a90fc353bba6afbc8d3b733db9d91e6 (diff)
downloadtangerine-wallet-browser-b47d3735fe13ae512a30c6dc72b5ece41f35e453.tar.gz
tangerine-wallet-browser-b47d3735fe13ae512a30c6dc72b5ece41f35e453.tar.zst
tangerine-wallet-browser-b47d3735fe13ae512a30c6dc72b5ece41f35e453.zip
Merge pull request #2007 from MetaMask/i2005-HttpsLinjs
Use HTTPS links when available
Diffstat (limited to 'ui/app')
-rw-r--r--ui/app/info.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/info.js b/ui/app/info.js
index 899841c83..c69d83715 100644
--- a/ui/app/info.js
+++ b/ui/app/info.js
@@ -103,7 +103,7 @@ InfoScreen.prototype.render = function () {
[
h('div.fa.fa-support', [
h('a.info', {
- href: 'http://metamask.consensyssupport.happyfox.com',
+ href: 'https://support.metamask.com',
target: '_blank',
}, 'Visit our Support Center'),
]),