webtorrent-app -> webtorrent-desktop
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
10
README.md
10
README.md
@@ -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
|
||||
|
||||
|
||||
@@ -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')
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user