Skip to content

Commit 1862bf1

Browse files
authored
Add links to badges
1 parent bd3ab3c commit 1862bf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# clr-loader
22

3-
![CI](https://github.com/pythonnet/clr-loader/workflows/Python%20Tests/badge.svg)
4-
![Pypi](https://img.shields.io/pypi/v/clr-loader.svg)
5-
![License](https://img.shields.io/badge/license-MIT-blue.svg?maxAge=3600)
3+
[![CI](https://github.com/pythonnet/clr-loader/workflows/Python%20Tests/badge.svg)](https://github.com/pythonnet/clr-loader/actions)
4+
[![Pypi](https://img.shields.io/pypi/v/clr-loader.svg)](https://pypi.org/project/clr-loader/)
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
66

77
Implements a generic interface for loading one of the CLR (.NET) runtime implementations and calling simple functions on them.

0 commit comments

Comments
 (0)