mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Update support links to zendesk (#5745)
* Fix loose accounts help link * Update support site link
This commit is contained in:
parent
bcbc020665
commit
3866222285
@ -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
|
||||||
|
|
||||||
|
@ -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.'),
|
||||||
|
Loading…
Reference in New Issue
Block a user