Merge pull request #4436 from MetaMask/bmd/update-zenhub-links

update helpscout links to zendesk
feature/default_network_editable
Dan Finlay 7 years ago committed by GitHub
commit 1da103a6ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/app/components/pages/add-token/token-list/token-list-placeholder/token-list-placeholder.component.js
  2. 2
      ui/app/components/pages/create-account/import-account/index.js

@ -15,7 +15,7 @@ export default class TokenListPlaceholder extends Component {
</div> </div>
<a <a
className="token-list-placeholder__link" 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" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
> >

@ -46,7 +46,7 @@ AccountImportSubview.prototype.render = function () {
}, },
onClick: () => { onClick: () => {
global.platform.openWindow({ 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')), }, this.context.t('here')),

Loading…
Cancel
Save