diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2018-01-13 05:07:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-13 05:07:54 +0800 |
commit | 20981f655b5bb6a070a40d1c064afea3cbf0a9e5 (patch) | |
tree | 94d6659dc7ad7ef23b2494bea46740b2cc2e7075 | |
parent | 7ba9ed922a9da11a8234c60c89c462e7c521c781 (diff) | |
parent | 429db74508cd5c0cd275d4872d9553bd29c6ea38 (diff) | |
download | tangerine-wallet-browser-20981f655b5bb6a070a40d1c064afea3cbf0a9e5.tar tangerine-wallet-browser-20981f655b5bb6a070a40d1c064afea3cbf0a9e5.tar.gz tangerine-wallet-browser-20981f655b5bb6a070a40d1c064afea3cbf0a9e5.tar.bz2 tangerine-wallet-browser-20981f655b5bb6a070a40d1c064afea3cbf0a9e5.tar.lz tangerine-wallet-browser-20981f655b5bb6a070a40d1c064afea3cbf0a9e5.tar.xz tangerine-wallet-browser-20981f655b5bb6a070a40d1c064afea3cbf0a9e5.tar.zst tangerine-wallet-browser-20981f655b5bb6a070a40d1c064afea3cbf0a9e5.zip |
Merge pull request #2909 from MetaMask/UpdateSupportLinks
Update support links for helpscout
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | ui/app/info.js | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -4,7 +4,7 @@ ## Support -If you're a user seeking support, [here is our support site](http://metamask.consensyssupport.happyfox.com). +If you're a user seeking support, [here is our support site](https://metamask.helpscoutdocs.com/). ## Developing Compatible Dapps diff --git a/ui/app/info.js b/ui/app/info.js index 110678a46..49ff9f24a 100644 --- a/ui/app/info.js +++ b/ui/app/info.js @@ -103,9 +103,9 @@ InfoScreen.prototype.render = function () { [ h('div.fa.fa-support', [ h('a.info', { - href: 'https://support.metamask.io', + href: 'https://metamask.helpscoutdocs.com/', target: '_blank', - }, 'Visit our Support Center'), + }, 'Visit our Knowledge Base'), ]), h('div', [ @@ -138,7 +138,7 @@ InfoScreen.prototype.render = function () { h('div.fa.fa-envelope', [ h('a.info', { target: '_blank', - href: 'mailto:help@metamask.io?subject=Feedback', + href: 'mailto:support@metamask.io?subject=MetaMask Support', }, 'Email us!'), ]), ]), |