From c88c3ccd815595308066b78600f2d367a1b382e5 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 29 Apr 2016 11:41:56 -0700 Subject: Fix slack link --- ui/app/info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app') diff --git a/ui/app/info.js b/ui/app/info.js index f6311b4cb..7e6516222 100644 --- a/ui/app/info.js +++ b/ui/app/info.js @@ -42,7 +42,7 @@ InfoScreen.prototype.render = function() { h('div', [ h('a', { - href: 'https://consensys.slack.com/archives/team-metamask', + href: 'http://slack.metamask.io', target: '_blank', onClick(event) { this.navigateTo(event.target.href) }, }, 'Join the conversation on Slack'), -- cgit