From 6cbb7d041c16913fb7eb476bce549ae24173a7a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Laur=C3=A9n?= Date: Tue, 28 Sep 2021 18:16:06 +0300 Subject: [PATCH] Fix build status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cf704a..7d20678 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # process-queue 🚌 -[![Build status](https://github.com/Soft/process-queue/workflows/ci/badge.svg)](https://github.com/Soft/process-queue/actions) +[![Build status](https://github.com/Soft/process-queue/actions/workflows/ci.yml/badge.svg)](https://github.com/Soft/process-queue/actions) [![Latest Version](https://img.shields.io/crates/v/process-queue.svg)](https://crates.io/crates/process-queue) [![GitHub release](https://img.shields.io/github/release/Soft/process-queue.svg)](https://github.com/Soft/process-queue/releases) [![dependency status](https://deps.rs/repo/github/soft/process-queue/status.svg)](https://deps.rs/repo/github/soft/process-queue)