diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2018-06-02 07:12:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-02 07:12:00 +0800 |
commit | 1da103a6ed14b86e499ee8308e0e792a14abed22 (patch) | |
tree | f5fff390bebf6e48f9ab17cf8cf0709faa664fe9 | |
parent | 475bb1ca92e9e25433fc8d4f934a5f4a98063603 (diff) | |
parent | 966583026a3eee2255ff1b05314f604874380ec5 (diff) | |
download | tangerine-wallet-browser-1da103a6ed14b86e499ee8308e0e792a14abed22.tar.gz tangerine-wallet-browser-1da103a6ed14b86e499ee8308e0e792a14abed22.tar.zst tangerine-wallet-browser-1da103a6ed14b86e499ee8308e0e792a14abed22.zip |
Merge pull request #4436 from MetaMask/bmd/update-zenhub-links
update helpscout links to zendesk
-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')), |