From 18cf63573569fc63c45e0d0ea309bdd0e2e8a93b Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 31 Oct 2016 09:30:22 -0700 Subject: Fix github link on info page --- ui/app/info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') 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'), -- cgit v1.2.3