feross -> webtorrent

This commit is contained in:
Feross Aboukhadijeh
2017-04-14 13:48:39 -07:00
parent cdfb907c75
commit 3b05b52e57
9 changed files with 20 additions and 23 deletions

View File

@@ -23,7 +23,8 @@ module.exports = class UpdateAvailableModal extends React.Component {
)
function handleShow () {
electron.shell.openExternal('https://github.com/feross/webtorrent-desktop/releases')
// TODO: use the GitHub urls from config.js
electron.shell.openExternal('https://github.com/webtorrent/webtorrent-desktop/releases')
dispatch('exitModal')
}