aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-17 19:18:21 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-17 19:18:21 +0300
commitbbb3f672011a0209b00aeef6e8d9226a8d18150f (patch)
treef5e2252693c80f4ab19913bfa903b58b2094466a
parentupdate cmake-common (diff)
downloadwinapi-common-bbb3f672011a0209b00aeef6e8d9226a8d18150f.tar.gz
winapi-common-bbb3f672011a0209b00aeef6e8d9226a8d18150f.zip
README: fix badge link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.