From 5d9552f3bc75696cf8c822b77d8e8ac4dc938635 Mon Sep 17 00:00:00 2001 From: Noah Levenson Date: Sun, 11 Aug 2024 20:50:22 -0700 Subject: [PATCH] gh workflow badges are very broken --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 164535f..45164b9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ministun -![Unit tests](https://github.com/noahlevenson/ministun/workflows/Unit%20tests/badge.svg) +[![Unit tests](https://github.com/noahlevenson/ministun/actions/workflows/test.yml/badge.svg)](https://github.com/noahlevenson/ministun/actions/workflows/test.yml) STUN (Session Traversal Utilities for NAT) is a simple protocol. A STUN implementation should be simple too.