From 85882971d83e497a9edc1fc51bde1fd1a367806c Mon Sep 17 00:00:00 2001 From: ynqa Date: Sat, 2 Mar 2024 09:57:31 +0900 Subject: [PATCH] chg: badges --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e170792..8177e517 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # promkit -[![.github/workflows/promkit.yml](https://github.com/ynqa/promkit/actions/workflows/promkit.yml/badge.svg)](https://github.com/ynqa/promkit/actions/workflows/promkit.yml) +[![ci](https://github.com/ynqa/promkit/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ynqa/promkit/actions/workflows/ci.yml) [![docs.rs](https://img.shields.io/docsrs/promkit)](https://docs.rs/promkit) A toolkit for building your own interactive prompt in Rust. diff --git a/src/lib.rs b/src/lib.rs index 0aa92e0b..7fe62c73 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ //! # promkit //! -//! [![.github/workflows/promkit.yml](https://github.com/ynqa/promkit/actions/workflows/promkit.yml/badge.svg)](https://github.com/ynqa/promkit/actions/workflows/promkit.yml) +//! [![ci](https://github.com/ynqa/promkit/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ynqa/promkit/actions/workflows/ci.yml) //! [![docs.rs](https://img.shields.io/docsrs/promkit)](https://docs.rs/promkit) //! //! A toolkit for building your own interactive prompt in Rust.