Skip to content

Commit 5b2bdd1

Browse files
committed
Replace CI badge
1 parent bfce704 commit 5b2bdd1

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,6 +1,6 @@
11
# libc - Raw FFI bindings to platforms' system libraries
22

3-
[![Azure Status]][Azure] [![Cirrus CI Status]][Cirrus CI] [![Latest Version]][crates.io] [![Documentation]][docs.rs] ![License]
3+
[![GHA Status]][GitHub Actions] [![Cirrus CI Status]][Cirrus CI] [![Latest Version]][crates.io] [![Documentation]][docs.rs] ![License]
44

55
`libc` provides all of the definitions necessary to easily interoperate with C
66
code (or "C-like" code) on each of the platforms that Rust supports. This
@@ -94,8 +94,8 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
9494
for inclusion in `libc` by you, as defined in the Apache-2.0 license, shall be
9595
dual licensed as above, without any additional terms or conditions.
9696

97-
[Azure Status]: https://dev.azure.com/rust-lang2/libc/_apis/build/status/rust-lang.libc%20(1)?branchName=master
98-
[Azure]: https://dev.azure.com/rust-lang2/libc/_build/latest?definitionId=1&branchName=master
97+
[GitHub Actions]: https://github.com/rust-lang/libc/actions
98+
[GHA Status]: https://github.com/rust-lang/libc/workflows/CI/badge.svg
9999
[Cirrus CI]: https://cirrus-ci.com/github/rust-lang/libc
100100
[Cirrus CI Status]: https://api.cirrus-ci.com/github/rust-lang/libc.svg
101101
[crates.io]: https://crates.io/crates/libc

0 commit comments

Comments
 (0)