update releases URL

removed /latest since that would only show the last build, but we reference "latest
release, pre-releases, and past builds."
This commit is contained in:
Thomas Zarebczan 2018-04-25 23:02:40 -04:00 committed by GitHub
parent fe056e0661
commit f91d6aee84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ We provide installers for Windows, macOS, and Debian-based Linux.
| Latest Stable Release | [Download](https://lbry.io/get/lbry.exe) | [Download](https://lbry.io/get/lbry.dmg) | [Download](https://lbry.io/get/lbry.deb) |
| Latest Prerelease | [Download](https://lbry.io/get/lbry.pre.exe) | [Download](https://lbry.io/get/lbry.pre.dmg) | [Download](https://lbry.io/get/lbry.pre.deb) |
Our [releases page](https://github.com/lbryio/lbry-app/releases/latest) also contains the latest
Our [releases page](https://github.com/lbryio/lbry-app/releases) also contains the latest
release, pre-releases, and past builds.
To install from source or make changes to the application, continue reading below.