webtorrent-app -> webtorrent-desktop

This commit is contained in:
Feross Aboukhadijeh
2016-04-01 00:09:45 -07:00
parent 520ab99b21
commit e402fb93fb
3 changed files with 8 additions and 8 deletions

View File

@@ -286,14 +286,14 @@ function getAppMenuTemplate () {
},
{
label: 'Contribute on GitHub',
click: () => electron.shell.openExternal('https://github.com/feross/webtorrent-app')
click: () => electron.shell.openExternal('https://github.com/feross/webtorrent-desktop')
},
{
type: 'separator'
},
{
label: 'Report an Issue...',
click: () => electron.shell.openExternal('https://github.com/feross/webtorrent-app/issues')
click: () => electron.shell.openExternal('https://github.com/feross/webtorrent-desktop/issues')
}
]
}