Skip to content

Commit 5f6decb

Browse files
authoredNov 22, 2023
Fix status badge in README.md
1 parent 71dbbea commit 5f6decb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ClangSharp provides Clang bindings written in C#. It is self-hosted and auto-generates itself by parsing the Clang C header files using ClangSharpPInvokeGenerator.
44

5-
![ci](https://github.com/dotnet/clangsharp/workflows/ci/badge.svg?branch=main&event=push)
5+
[![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)
66

77
A nuget package for the project is provided here: https://www.nuget.org/packages/clangsharp.
88
A .NET tool for the P/Invoke generator project is provided here: https://www.nuget.org/packages/ClangSharpPInvokeGenerator

0 commit comments

Comments
 (0)
Please sign in to comment.