diff options
Diffstat (limited to 'ui')
-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 9eb2c2e98..cc753b2ea 100644 --- a/ui/app/info.js +++ b/ui/app/info.js @@ -145,7 +145,7 @@ InfoScreen.prototype.render = function () { h('div.fa.fa-github', [ h('a.info', { - href: 'https://github.com/metamask/talk/issues', + href: 'https://github.com/MetaMask/metamask-plugin/issues', target: '_blank', onClick (event) { this.navigateTo(event.target.href) }, }, 'Start a thread on GitHub'), |