Skip to content

Commit

Permalink
Merge pull request #192 from suyanhanx/patch-1
Browse files Browse the repository at this point in the history
chore: fix build status badge in README
  • Loading branch information
jeromefroe authored Jan 28, 2024
2 parents 27ec1c7 + 13bf326 commit cb67856
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LRU Cache

[![Travis Badge]][build status]
[![Build Badge]][build status]
[![Codecov Badge]][coverage status]
[![crates.io Badge]][crates.io package]
[![docs.rs Badge]][docs.rs documentation]
Expand Down Expand Up @@ -49,8 +49,8 @@ fn main() {
}
```

[travis badge]: https://travis-ci.org/jeromefroe/lru-rs.svg?branch=master
[build status]: https://travis-ci.org/jeromefroe/lru-rs
[build badge]: https://github.com/jeromefroe/lru-rs/actions/workflows/main.yml/badge.svg
[build status]: https://github.com/jeromefroe/lru-rs/actions/workflows/main.yml
[codecov badge]: https://codecov.io/gh/jeromefroe/lru-rs/branch/master/graph/badge.svg
[coverage status]: https://codecov.io/gh/jeromefroe/lru-rs
[crates.io badge]: https://img.shields.io/crates/v/lru.svg
Expand Down

0 comments on commit cb67856

Please sign in to comment.