diff options
author | Bobby Dresser <bobby.dresser@gmail.com> | 2018-06-01 06:26:04 +0800 |
---|---|---|
committer | Bobby Dresser <bobby.dresser@gmail.com> | 2018-06-01 06:26:04 +0800 |
commit | 966583026a3eee2255ff1b05314f604874380ec5 (patch) | |
tree | 6f55e9db50231d1277cf46a3fe53576471b9fde0 | |
parent | cc73d869fed79c63261821fb7ad8f1e5180ffca2 (diff) | |
download | tangerine-wallet-browser-966583026a3eee2255ff1b05314f604874380ec5.tar tangerine-wallet-browser-966583026a3eee2255ff1b05314f604874380ec5.tar.gz tangerine-wallet-browser-966583026a3eee2255ff1b05314f604874380ec5.tar.bz2 tangerine-wallet-browser-966583026a3eee2255ff1b05314f604874380ec5.tar.lz tangerine-wallet-browser-966583026a3eee2255ff1b05314f604874380ec5.tar.xz tangerine-wallet-browser-966583026a3eee2255ff1b05314f604874380ec5.tar.zst tangerine-wallet-browser-966583026a3eee2255ff1b05314f604874380ec5.zip |
update helpscout links to zenhub
-rw-r--r-- | ui/app/components/pages/add-token/token-list/token-list-placeholder/token-list-placeholder.component.js | 2 | ||||
-rw-r--r-- | ui/app/components/pages/create-account/import-account/index.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/pages/add-token/token-list/token-list-placeholder/token-list-placeholder.component.js b/ui/app/components/pages/add-token/token-list/token-list-placeholder/token-list-placeholder.component.js index abd599b26..1611f817b 100644 --- a/ui/app/components/pages/add-token/token-list/token-list-placeholder/token-list-placeholder.component.js +++ b/ui/app/components/pages/add-token/token-list/token-list-placeholder/token-list-placeholder.component.js @@ -15,7 +15,7 @@ export default class TokenListPlaceholder extends Component { </div> <a className="token-list-placeholder__link" - href="http://metamask.helpscoutdocs.com/article/16-managing-erc20-tokens" + href="https://consensys.zendesk.com/hc/en-us/articles/360004135092" target="_blank" rel="noopener noreferrer" > diff --git a/ui/app/components/pages/create-account/import-account/index.js b/ui/app/components/pages/create-account/import-account/index.js index 52d3dcde9..e2e973af9 100644 --- a/ui/app/components/pages/create-account/import-account/index.js +++ b/ui/app/components/pages/create-account/import-account/index.js @@ -46,7 +46,7 @@ AccountImportSubview.prototype.render = function () { }, onClick: () => { global.platform.openWindow({ - url: 'https://metamask.helpscoutdocs.com/article/17-what-are-loose-accounts', + url: 'https://consensys.zendesk.com/hc/en-us/articles/360004180111-What-are-imported-accounts-New-UI', }) }, }, this.context.t('here')), |