diff options
Diffstat (limited to 'old-ui/app/config.js')
-rw-r--r-- | old-ui/app/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
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.'), ]), |