mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
Merge pull request #786 from MetaMask/i763-GithubLink
Fix github link on info page
This commit is contained in:
commit
30ff9b5e10
@ -2,6 +2,8 @@
|
||||
|
||||
## Current Master
|
||||
|
||||
- Fix github link on info page to point at current repository.
|
||||
|
||||
## 2.13.6 2016-10-26
|
||||
|
||||
- Add a check for improper Transaction data.
|
||||
|
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user