From bcbc02066533a7ea62ed487d1188d1445452f34c Mon Sep 17 00:00:00 2001 From: Micah Alcorn Date: Tue, 13 Nov 2018 09:24:53 -0800 Subject: Repair link to reset instructions (#5733) --- old-ui/app/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'old-ui/app/config.js') diff --git a/old-ui/app/config.js b/old-ui/app/config.js index 2a0643919..91239f19c 100644 --- a/old-ui/app/config.js +++ b/old-ui/app/config.js @@ -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.'), ]), -- cgit