From 921e6d65dfc6267f339a30474a5b37072a99c474 Mon Sep 17 00:00:00 2001 From: Peter Edley Date: Sat, 19 Sep 2026 10:35:01 +0100 Subject: [PATCH] docs: fix release artifact links in README Use the src/branch view URLs which resolve on this Gitea instance (raw downloads require auth). --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba171eb..ee7c1cd 100644 --- a/README.md +++ b/README.md @@ -81,10 +81,11 @@ systemd unit that runs the headless CLI with its own config. ## Packaging Three distribution formats are provided. Prebuilt artifacts are tracked in -the repo under `dist/` and downloadable from the remote: +the repo under `dist/` (click to view on the remote; raw downloads require +access to the Gitea server): -- [AppImage](http://homeserver:3050/pedley/TeleportFling/raw/branch/main/dist/TeleportFling-0.1.0-x86_64.AppImage) -- [Debian/Ubuntu .deb](http://homeserver:3050/pedley/TeleportFling/raw/branch/main/dist/teleportfling_0.1.0_amd64.deb) +- [AppImage](http://homeserver:3050/pedley/TeleportFling/src/branch/main/dist/TeleportFling-0.1.0-x86_64.AppImage) +- [Debian/Ubuntu .deb](http://homeserver:3050/pedley/TeleportFling/src/branch/main/dist/teleportfling_0.1.0_amd64.deb) ### Nix / NixOS