aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-11-01 00:30:22 +0800
committerDan Finlay <dan@danfinlay.com>2016-11-01 00:30:55 +0800
commit18cf63573569fc63c45e0d0ea309bdd0e2e8a93b (patch)
tree72c96ae3aa53b423134cf5516945b398923b47a7 /ui
parent48220cff0e57ea56d3b3e2c2711ca83a4db96c01 (diff)
downloadtangerine-wallet-browser-18cf63573569fc63c45e0d0ea309bdd0e2e8a93b.tar
tangerine-wallet-browser-18cf63573569fc63c45e0d0ea309bdd0e2e8a93b.tar.gz
tangerine-wallet-browser-18cf63573569fc63c45e0d0ea309bdd0e2e8a93b.tar.bz2
tangerine-wallet-browser-18cf63573569fc63c45e0d0ea309bdd0e2e8a93b.tar.lz
tangerine-wallet-browser-18cf63573569fc63c45e0d0ea309bdd0e2e8a93b.tar.xz
tangerine-wallet-browser-18cf63573569fc63c45e0d0ea309bdd0e2e8a93b.tar.zst
tangerine-wallet-browser-18cf63573569fc63c45e0d0ea309bdd0e2e8a93b.zip
Fix github link on info page
Diffstat (limited to 'ui')
-rw-r--r--ui/app/info.js2
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'),