From 5f6decb95eaf8fa8546fc8f8bb7f0516cdcd58e2 Mon Sep 17 00:00:00 2001 From: Tanner Gooding Date: Wed, 22 Nov 2023 13:49:18 -0800 Subject: [PATCH] Fix status badge in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 224e3632..2e34eb09 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ClangSharp provides Clang bindings written in C#. It is self-hosted and auto-generates itself by parsing the Clang C header files using ClangSharpPInvokeGenerator. -![ci](https://github.com/dotnet/clangsharp/workflows/ci/badge.svg?branch=main&event=push) +[![ci](https://github.com/dotnet/ClangSharp/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/dotnet/ClangSharp/actions/workflows/ci.yml) A nuget package for the project is provided here: https://www.nuget.org/packages/clangsharp. A .NET tool for the P/Invoke generator project is provided here: https://www.nuget.org/packages/ClangSharpPInvokeGenerator