Skip to content

Commit e5edfcb

Browse files
authored
Fix the path to the workflow status (#151)
* Fix the path to the workflow status * Update CHANGELOG.md * Fix the link path
1 parent 0427df6 commit e5edfcb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
### Added
55
- The sponsor button is now shown on the repository page on GitHub.
66

7+
### Fixed
8+
- The path to the workflow status is fixed.
9+
710
## 0.9.1 - 2022-09-09
811
### Added
912
- `set_0_*` for all RW1C bits, which sets the bit to 0. This prevents the bit from being cleared on write.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Workflow Status](https://github.com/toku-sa-n/xhci/workflows/Rust/badge.svg)](https://github.com/toku-sa-n/xhci/actions?query=workflow%3A%22Rust%22)
1+
[![Workflow Status](https://github.com/rust-osdev/xhci/workflows/Rust/badge.svg)](https://github.com/rust-osdev/xhci/actions?query=workflow%3A%22Rust%22)
22
[![Crates.io](https://img.shields.io/crates/v/xhci)](https://crates.io/crates/xhci)
33
![Crates.io](https://img.shields.io/crates/l/xhci)
44
[![docs.rs](https://docs.rs/xhci/badge.svg)](https://docs.rs/xhci/)

0 commit comments

Comments
 (0)