From 1aa1dc53db5bc6380c0b6ddfcc9519c94bcaff1e Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Tue, 5 Sep 2023 11:59:01 -0400 Subject: [PATCH] README: fix build badge Make it a link while I'm here. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de31ec77..9b4e2b42 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,15 @@ [![Crates.io][crates-badge]][crates-url] ![License][license-badge] -![Build status][build-badge] +[![Build status][build-badge]][build-url] [![Book][book-badge]][book-url] [crates-badge]: https://img.shields.io/crates/v/aya.svg?style=for-the-badge&logo=rust [crates-url]: https://crates.io/crates/aya [license-badge]: https://img.shields.io/badge/license-MIT%2FApache--2.0-blue?style=for-the-badge -[build-badge]: https://img.shields.io/github/actions/workflow/status/aya-rs/aya/build-aya.yml?branch=main&style=for-the-badge +[build-badge]: https://img.shields.io/github/actions/workflow/status/aya-rs/aya/ci.yml?style=for-the-badge +[build-url]: https://github.com/aya-rs/aya/actions/workflows/ci.yml [book-badge]: https://img.shields.io/badge/read%20the-book-9cf.svg?style=for-the-badge&logo=mdbook [book-url]: https://aya-rs.dev/book