From 75355ae9a263e55c8333dda19bbbbd0cf2e4d092 Mon Sep 17 00:00:00 2001 From: Max Niederman Date: Wed, 5 Apr 2023 19:59:33 -0700 Subject: [PATCH] docs(readme): fix GH workflow status badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d9b736..202dcde 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![Crates.io](https://img.shields.io/crates/v/ttyper)](https://crates.io/crates/ttyper) [![GitHub Stars](https://img.shields.io/github/stars/max-niederman/ttyper)](https://github.com/max-niederman/ttyper) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/max-niederman/ttyper/Rust)](https://github.com/max-niederman/ttyper/actions) -[![GitHub issues](https://img.shields.io/github/issues/max-niederman/ttyper)](https://github.com/max-niederman/ttyper/issues) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/max-niederman/ttyper/rust.yml)](https://github.com/max-niederman/ttyper/actions) +[![GitHub issues](https://img.shields.io/github/issues/max-niederman/ttyper)](https://github.com/max-niederman/ttype/github/actions/workflow/status/:user/:repo/:workflow+r/issues) [![License](https://img.shields.io/crates/l/ttyper)](./LICENSE.md) Ttyper is a terminal-based typing test built with Rust and tui-rs.