diff --git a/README.md b/README.md index 4852914..452ca30 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This repository provides the following Rust crates for data-encoding: [binary]: https://crates.io/crates/data-encoding-bin [ci]: https://github.com/ia0/data-encoding/actions/workflows/ci.yml -[ci_badge]: https://github.com/ia0/data-encoding/actions/workflows/ci.yml/badge.svg?event=schedule +[ci_badge]: https://github.com/ia0/data-encoding/actions/workflows/ci.yml/badge.svg [coveralls]: https://coveralls.io/github/ia0/data-encoding?branch=master [coveralls_badge]: https://coveralls.io/repos/github/ia0/data-encoding/badge.svg?branch=master [documentation]: https://docs.rs/data-encoding diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index f08d85e..b2cda8e 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -3,6 +3,7 @@ ### Patch - Specify MSRV to minimum that passes the tests +- Update CI badge in readme ## 2.3.2 diff --git a/lib/README.md b/lib/README.md index 2b37d0d..64d2dec 100644 --- a/lib/README.md +++ b/lib/README.md @@ -1,4 +1,4 @@ -[![Build Status][build_badge]][build] +[![CI Status][ci_badge]][ci] [![Coverage Status][coveralls_badge]][coveralls] This library provides the following common encodings: @@ -27,8 +27,8 @@ all above use-cases are particular instances). See the [documentation] for more details. -[build]: https://github.com/ia0/data-encoding/actions/workflows/build.yml -[build_badge]: https://github.com/ia0/data-encoding/actions/workflows/build.yml/badge.svg?event=schedule +[ci]: https://github.com/ia0/data-encoding/actions/workflows/ci.yml +[ci_badge]: https://github.com/ia0/data-encoding/actions/workflows/ci.yml/badge.svg [coveralls]: https://coveralls.io/github/ia0/data-encoding?branch=master [coveralls_badge]: https://coveralls.io/repos/github/ia0/data-encoding/badge.svg?branch=master [documentation]: https://docs.rs/data-encoding