From 3866222285be74c6578c830001b4896705abdb3d Mon Sep 17 00:00:00 2001 From: Bruno Barbieri Date: Tue, 13 Nov 2018 13:12:36 -0500 Subject: Update support links to zendesk (#5745) * Fix loose accounts help link * Update support site link --- README.md | 2 +- old-ui/app/accounts/import/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e785d5ed1..e91df90b5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## 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 diff --git a/old-ui/app/accounts/import/index.js b/old-ui/app/accounts/import/index.js index a57525ccf..b2c3a4a18 100644 --- a/old-ui/app/accounts/import/index.js +++ b/old-ui/app/accounts/import/index.js @@ -59,7 +59,7 @@ AccountImportSubview.prototype.render = function () { }, onClick: () => { 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.'), -- cgit v1.2.3