From 3e830c104413f51e66992c50c27d996d68d5cbea Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sat, 26 Jul 2025 19:41:50 +0200 Subject: [PATCH] Fix badge links in README.md to point to SVG images --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2c64c5..afa6299 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # llamactl -![Go Tests](https://github.com/lordmathis/llamactl/actions/workflows/go_test.yaml) ![WebUI Tests](https://github.com/lordmathis/llamactl/actions/workflows/webui_test.yaml) +![Go Tests](https://github.com/lordmathis/llamactl/actions/workflows/go_test.yaml/badge.svg) ![WebUI Tests](https://github.com/lordmathis/llamactl/actions/workflows/webui_test.yaml/badge.svg) A control server for managing multiple Llama Server instances with a web-based dashboard.