From bbb3f672011a0209b00aeef6e8d9226a8d18150f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 17 Apr 2021 19:18:21 +0300 Subject: README: fix badge link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cf1517..4f11d67 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ winapi-common ============= -[![CI](https://github.com/egor-tensin/winapi-common/workflows/CI/badge.svg)](https://github.com/egor-tensin/winapi-common/actions?query=workflow%3ACI) +[![CI](https://github.com/egor-tensin/winapi-common/actions/workflows/ci.yml/badge.svg)](https://github.com/egor-tensin/winapi-common/actions/workflows/ci.yml) C++ wrappers for various common WinAPI entities I've had to use in various projects over the years. -- cgit v1.2.3