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(-) 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 From a5d024c7d2280a7a1646491e5c755c6742674c0e Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 29 Apr 2016 12:15:50 -0700 Subject: Bump changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 047865f02..a9a84338f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - The account detail view now has a "Change acct" button which shows the account list. - Clicking accounts in the account list now both selects that account and displays that account's detail view. - Selected account is now persisted between sessions, so the current account stays selected. +- Fixed link to Slack channel. # 1.6.0 2016-04-22 -- cgit