From 07c662b1e80c2411339211205cc911204d97e97d Mon Sep 17 00:00:00 2001 From: Slawek Koszewski Date: Mon, 3 Nov 2025 10:36:34 +0100 Subject: [PATCH] Fix badge link in README.md to point to the correct unit tests workflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a153e2..1df7456 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Markdown Docs Harvester -[![Unit Tests](https://gitea.koszewscy.waw.pl/slawek/docs-harvester/actions/workflows/run-unit-tests.yml/badge.svg)](https://gitea.koszewscy.waw.pl/slawek/docs-harvester/actions?workflow=run-unit-tests.yml) +[![Unit Tests](https://gitea.koszewscy.waw.pl/slawek/docs-harvester/actions/workflows/unit-tests.yml/badge.svg)](https://gitea.koszewscy.waw.pl/slawek/docs-harvester/actions?workflow=unit-tests.yml) This project is designed to harvest and process Markdown documentation files from Git repositories.