aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md1
-rw-r--r--ui/app/info.js2
2 files changed, 2 insertions, 1 deletions
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
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'),