From 8bfeaaab6fa31e3d2dd74be4994ccae2f02e59c0 Mon Sep 17 00:00:00 2001 From: Adam Nelson <anelson@users.noreply.github.com> Date: Tue, 6 Sep 2022 16:09:36 +0200 Subject: [PATCH] Fix broken releases link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49f6082..2f8bdfd 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ compiler installed you can use `cargo install` to get the ssstar CLI: ### Precompiled binaries -See the [GitHub Releases](releases) for pre-compiled binaries for Windows, mac, and Linux. +See the [GitHub Releases](/elastio/ssstar/releases) for pre-compiled binaries for Windows, mac, and Linux. ## Usage (without Elastio)