From c2f6d55e57f94409aa67a859071997b9fb54d808 Mon Sep 17 00:00:00 2001 From: Julien Cretin Date: Mon, 5 Dec 2022 21:15:40 +0100 Subject: [PATCH] Update readme --- README.md | 2 +- lib/CHANGELOG.md | 1 + lib/README.md | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) 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