diff --git a/CHANGELOG.md b/CHANGELOG.md index 6213987a..a3be45fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 3b70bd7b..9ad361a6 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,19 @@ Gitter - - + Travis Build - - + Latest Release Version

## 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 diff --git a/main/menu.js b/main/menu.js index a1f0ef73..3c1b01c0 100644 --- a/main/menu.js +++ b/main/menu.js @@ -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') } ] }