aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-17 19:19:10 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-17 19:19:10 +0300
commit70b0e8d0721bf18ba02d12eab93c0460c677e645 (patch)
treef361715758a387521e23886326de4694510e9445 /README.md
parentworkflows/ci: error out if no files to upload (diff)
downloadwinapi-utf8-70b0e8d0721bf18ba02d12eab93c0460c677e645.tar.gz
winapi-utf8-70b0e8d0721bf18ba02d12eab93c0460c677e645.zip
README: fix badge link
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 42cc23f..c514822 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
winapi-utf8
===========
-[![CI](https://github.com/egor-tensin/winapi-utf8/workflows/CI/badge.svg)](https://github.com/egor-tensin/winapi-utf8/actions?query=workflow%3ACI)
+[![CI](https://github.com/egor-tensin/winapi-utf8/actions/workflows/ci.yml/badge.svg)](https://github.com/egor-tensin/winapi-utf8/actions/workflows/ci.yml)
UTF-8 <-> UTF-16 conversion functions, mainly to be used with WinAPI.