Skip to content

Commit 0ea39a6

Browse files
authored
Fix build badge and update links (#45)
1 parent 0235e55 commit 0ea39a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# event-listener
22

3-
[![Build](https://github.com/smol-rs/event-listener/workflows/Build%20and%20test/badge.svg)](
3+
[![Build](https://github.com/smol-rs/event-listener/workflows/CI/badge.svg)](
44
https://github.com/smol-rs/event-listener/actions)
55
[![License](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg)](
66
https://github.com/smol-rs/event-listener)
@@ -17,7 +17,7 @@ You can use this crate to turn non-blocking data structures into async or blocki
1717
structures. See a [simple mutex] implementation that exposes an async and a blocking interface
1818
for acquiring locks.
1919

20-
[eventcounts]: http://www.1024cores.net/home/lock-free-algorithms/eventcounts
20+
[eventcounts]: https://www.1024cores.net/home/lock-free-algorithms/eventcounts
2121
[simple mutex]: ./examples/mutex.rs
2222

2323
## Examples
@@ -74,8 +74,8 @@ loop {
7474

7575
Licensed under either of
7676

77-
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
78-
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
77+
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
78+
* MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
7979

8080
at your option.
8181

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//! structures. See a [simple mutex] implementation that exposes an async and a blocking interface
77
//! for acquiring locks.
88
//!
9-
//! [eventcounts]: http://www.1024cores.net/home/lock-free-algorithms/eventcounts
9+
//! [eventcounts]: https://www.1024cores.net/home/lock-free-algorithms/eventcounts
1010
//! [simple mutex]: https://github.com/smol-rs/event-listener/blob/master/examples/mutex.rs
1111
//!
1212
//! # Examples

0 commit comments

Comments
 (0)