1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00

Repair link to reset instructions (#5733)

This commit is contained in:
Micah Alcorn 2018-11-13 09:24:53 -08:00 committed by Whymarrh Whitby
parent da0510809b
commit bcbc020665

View File

@ -288,7 +288,7 @@ ConfigScreen.prototype.render = function () {
}, [
'Resetting is for developer use only. ',
h('a', {
href: 'http://metamask.helpscoutdocs.com/article/36-resetting-an-account',
href: 'https://metamask.zendesk.com/hc/en-us/articles/360015489231-Resetting-an-Account-Old-UI-',
target: '_blank',
}, 'Read more.'),
]),