From f91d6aee843e19bcc87af9c8b4a185cf7b73aa15 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Wed, 25 Apr 2018 23:02:40 -0400 Subject: [PATCH] update releases URL removed /latest since that would only show the last build, but we reference "latest release, pre-releases, and past builds." --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d5331c88..97dfb8d27 100644 --- a/README.md +++ b/README.md @@ -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.