1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Update support links to zendesk ()

* Fix loose accounts help link

* Update support site link
This commit is contained in:
Bruno Barbieri 2018-11-13 13:12:36 -05:00 committed by Whymarrh Whitby
parent bcbc020665
commit 3866222285
2 changed files with 2 additions and 2 deletions
README.md
old-ui/app/accounts/import

View File

@ -3,7 +3,7 @@
## Support ## Support
If you're a user seeking support, [here is our support site](https://metamask.helpscoutdocs.com/). If you're a user seeking support, [here is our support site](https://metamask.zendesk.com/hc/en-us).
## Introduction ## Introduction

View File

@ -59,7 +59,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://metamask.zendesk.com/hc/en-us/articles/360015289592-What-Are-Loose-Accounts-',
}) })
}, },
}, 'here.'), }, 'here.'),