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

@@ -74,7 +74,7 @@ Windows, and Linux. For now, we're only releasing binaries for OS X.
WebTorrent Desktop is in ALPHA and under very active development  expect lots more polish in
the coming weeks! If you know JavaScript and want to help us out, there's
[lots to do](https://github.com/feross/webtorrent-app/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22)!
[lots to do](https://github.com/feross/webtorrent-desktop/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22)!
### Features

View File

@@ -14,19 +14,19 @@
<img src="https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg"
alt="Gitter">
</a>
<a href="https://travis-ci.org/feross/webtorrent-app">
<img src="https://img.shields.io/travis/feross/webtorrent-app/master.svg"
<a href="https://travis-ci.org/feross/webtorrent-desktop">
<img src="https://img.shields.io/travis/feross/webtorrent-desktop/master.svg"
alt="Travis Build">
</a>
<a href="https://github.com/feross/webtorrent-app/releases">
<img src="https://img.shields.io/github/release/feross/webtorrent-app.svg"
<a href="https://github.com/feross/webtorrent-desktop/releases">
<img src="https://img.shields.io/github/release/feross/webtorrent-desktop.svg"
alt="Latest Release Version">
</a>
</p>
## Install
**WebTorrent Desktop** is still under very active development. You can download the latest version from the [releases](https://github.com/feross/webtorrent-app/releases) page.
**WebTorrent Desktop** is still under very active development. You can download the latest version from the [releases](https://github.com/feross/webtorrent-desktop/releases) page.
## Screenshot

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')
}
]
}