aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-10-12 01:06:16 +0800
committerGitHub <noreply@github.com>2018-10-12 01:06:16 +0800
commit64fdb0ef03d372245b4ab42abaf6b525a4de79f4 (patch)
tree702cd204e069cc2e5fb2940cfb61fc7ef23bf326 /ui/app/components/pages
parentb44ea47066b775a20cb7053a3b5026c00e638b16 (diff)
parent5cde74fe88cd473b6a6979686687c1b1d967d6ca (diff)
downloadtangerine-wallet-browser-64fdb0ef03d372245b4ab42abaf6b525a4de79f4.tar.gz
tangerine-wallet-browser-64fdb0ef03d372245b4ab42abaf6b525a4de79f4.tar.zst
tangerine-wallet-browser-64fdb0ef03d372245b4ab42abaf6b525a4de79f4.zip
Merge pull request #5503 from whymarrh/fix-zendesk-links
Update Zendesk links for new subdomain
Diffstat (limited to 'ui/app/components/pages')
-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 1611f817b..20f550927 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="https://consensys.zendesk.com/hc/en-us/articles/360004135092"
+ href="https://metamask.zendesk.com/hc/en-us/articles/360015489031"
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 e2e973af9..48d8f8838 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://consensys.zendesk.com/hc/en-us/articles/360004180111-What-are-imported-accounts-New-UI',
+ url: 'https://metamask.zendesk.com/hc/en-us/articles/360015289932',
})
},
}, this.context.t('here')),