From 593a7116016ff40eae90d20638807663bcecf74f Mon Sep 17 00:00:00 2001 From: Art <4998038+Alorel@users.noreply.github.com> Date: Sun, 29 Oct 2023 01:27:07 +0100 Subject: [PATCH] fix: Fix invalid CI badge link --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b37266..d22eb81 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Wraps the [web_sys](https://crates.io/crates/web_sys) Indexed DB API in a Future-based API and removes the pain of dealing with Javascript callbacks in Rust. -[![master CI badge](https://img.shields.io/github/actions/workflow/status/Alorel/rust-indexed-db/ci.yml?label=master%20CI)](https://github.com/Alorel/rust-indexed-db/actions/workflows/ci.yml?query=branch%3Amaster) +[![master CI badge](https://github.com/Alorel/rust-indexed-db/actions/workflows/core.yml/badge.svg)](https://github.com/Alorel/rust-indexed-db/actions/workflows/core.yml) [![crates.io badge](https://img.shields.io/crates/v/indexed_db_futures)](https://crates.io/crates/indexed_db_futures) [![docs.rs badge](https://img.shields.io/docsrs/indexed_db_futures?label=docs.rs)](https://docs.rs/indexed_db_futures) [![dependencies badge](https://img.shields.io/librariesio/release/cargo/indexed_db_futures)](https://libraries.io/cargo/indexed_db_futures) diff --git a/src/lib.rs b/src/lib.rs index 15a0303..6ce2c67 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,7 @@ //! Wraps the [web_sys](https://crates.io/crates/web_sys) Indexed DB API in a Future-based API and //! removes the pain of dealing with Javascript callbacks in Rust. //! -//! [![master CI badge](https://img.shields.io/github/actions/workflow/status/Alorel/rust-indexed-db/ci.yml?label=master%20CI)](https://github.com/Alorel/rust-indexed-db/actions/workflows/ci.yml?query=branch%3Amaster) +//! [![master CI badge](https://github.com/Alorel/rust-indexed-db/actions/workflows/core.yml/badge.svg)](https://github.com/Alorel/rust-indexed-db/actions/workflows/core.yml) //! [![crates.io badge](https://img.shields.io/crates/v/indexed_db_futures)](https://crates.io/crates/indexed_db_futures) //! [![docs.rs badge](https://img.shields.io/docsrs/indexed_db_futures?label=docs.rs)](https://docs.rs/indexed_db_futures) //! [![dependencies badge](https://img.shields.io/librariesio/release/cargo/indexed_db_futures)](https://libraries.io/cargo/indexed_db_futures)