From 5d7c324fb728af66166883363541774449a3f5ad Mon Sep 17 00:00:00 2001 From: Bryan Bailey Date: Fri, 6 Mar 2026 23:39:53 -0500 Subject: [PATCH] docs(yoink): fix releases URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c23cb1..3bdebfe 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Build from source (requires Go 1.22.3+): go build -o yoink ``` -Pre-built binaries for Linux (arm64) and Windows are available on the [releases page](../../releases). +Pre-built binaries for Linux (arm64) and Windows are available on the [releases page](https://git.brizzle.dev/bryan/yoink-go/releases). ## Usage