aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <542863+danfinlay@users.noreply.github.com>2018-06-02 07:12:00 +0800
committerGitHub <noreply@github.com>2018-06-02 07:12:00 +0800
commit1da103a6ed14b86e499ee8308e0e792a14abed22 (patch)
treef5fff390bebf6e48f9ab17cf8cf0709faa664fe9
parent475bb1ca92e9e25433fc8d4f934a5f4a98063603 (diff)
parent966583026a3eee2255ff1b05314f604874380ec5 (diff)
downloadtangerine-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.js2
-rw-r--r--ui/app/components/pages/create-account/import-account/index.js2
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')),