mirror of
https://github.com/async-rs/async-std.git
synced 2025-05-24 16:01:29 +00:00
docs: fix github actions badge
This commit is contained in:
parent
bf316b095c
commit
0e3b11e637
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<!-- CI status -->
|
<!-- CI status -->
|
||||||
<a href="https://github.com/async-rs/async-std/actions">
|
<a href="https://github.com/async-rs/async-std/actions">
|
||||||
<img src="https://img.shields.io/github/workflow/status/async-rs/async-std/CI/main?style=flat-square"
|
<img src="https://img.shields.io/github/actions/workflow/status/async-rs/async-std/ci.yml?branch=main&style=flat-square"
|
||||||
alt="CI Status" />
|
alt="CI Status" />
|
||||||
</a>
|
</a>
|
||||||
<!-- Crates version -->
|
<!-- Crates version -->
|
||||||
|
|
Loading…
Reference in a new issue