Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Fixing gitter URL (#2948)
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Aug 16, 2017
1 parent 0204563 commit 61e4d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/menuItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ let menuTempl = function (webviews) {
}, {
label: i18n.t('mist.applicationMenu.help.gitter'),
click() {
shell.openExternal('https://gitter.com/ethereum/mist');
shell.openExternal('https://gitter.im/ethereum/mist');
},
}, {
label: i18n.t('mist.applicationMenu.help.reportBug'),
Expand Down

0 comments on commit 61e4d16

Please sign in to comment.