Skip to content

Commit e688633

Browse files
committed
update badges
1 parent b62482b commit e688633

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ Instead, write code like this:
1515
use c_types::some_type;
1616
```
1717

18-
[![Build Status](https://travis-ci.org/dimbleby/rust-c-types.svg?branch=master)](https://travis-ci.org/dimbleby/rust-c-types)
19-
[![Build status](https://ci.appveyor.com/api/projects/status/lg8k62ahyks2u681/branch/master?svg=true)](https://ci.appveyor.com/project/dimbleby/rust-c-types/branch/master)
20-
[![crates.io](https://meritbadge.herokuapp.com/c-types)](https://crates.io/crates/c-types)
18+
[![Crates.io][crates-badge]][crates-url]
19+
[![Build Status][actions-badge]][actions-url]
20+
21+
[crates-badge]: https://img.shields.io/crates/v/c-types.svg
22+
[crates-url]: https://crates.io/crates/c-types
23+
[actions-badge]: https://github.com/dimbleby/rust-c-types/actions/workflows/build.yml/badge.svg
24+
[actions-url]: https://github.com/dimbleby/rust-c-types/actions?query=workflow%3ACI+branch%3Amain
2125

2226
## Documentation ##
2327

0 commit comments

Comments
 (0)