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