From 20cfaebe77be539996e2bdb48925f1980910cf77 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 16 Jun 2026 10:24:31 +0200 Subject: [PATCH] README.md: Repair build status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8228f8e..ae25561 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Digest -![CI](https://github.com/ruby/digest/workflows/CI/badge.svg?branch=master&event=push) +[![CI](https://github.com/ruby/digest/actions/workflows/ci.yml/badge.svg?branch=master&event=push)](https://github.com/ruby/digest/actions/workflows/ci.yml) This module provides a framework for message digest libraries.