From 6e903b86fffe2cb33dc67974ad0faed8b3479b73 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Sun, 3 Mar 2024 13:10:58 +0100 Subject: [PATCH] :robot: docs(README.md): Fix https://github.com/badges/shields/issues/8671. These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/b27ce6d333a4c46ff5161eaddfbe16895bbabf0f/src/transforms/readme:tests-badge-shields-issue-8671.js Please contact the author of the transform if you believe there was an error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6775677..3497570 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ decode([ 222, 173, 190, 239 ]); // 'DEADBEEF' [![License](https://img.shields.io/github/license/codec-bytes/base16.svg)](https://raw.githubusercontent.com/codec-bytes/base16/main/LICENSE) [![Version](https://img.shields.io/npm/v/@codec-bytes/base16.svg)](https://www.npmjs.org/package/@codec-bytes/base16) -[![Tests](https://img.shields.io/github/workflow/status/codec-bytes/base16/ci?event=push&label=tests)](https://github.com/codec-bytes/base16/actions/workflows/ci.yml?query=branch:main) +[![Tests](https://img.shields.io/github/actions/workflow/status/codec-bytes/base16/ci.yml?branch=main&event=push&label=tests)](https://github.com/codec-bytes/base16/actions/workflows/ci.yml?query=branch:main) [![Dependencies](https://img.shields.io/librariesio/github/codec-bytes/base16.svg)](https://github.com/codec-bytes/base16/network/dependencies) [![GitHub issues](https://img.shields.io/github/issues/codec-bytes/base16.svg)](https://github.com/codec-bytes/base16/issues) [![Downloads](https://img.shields.io/npm/dm/@codec-bytes/base16.svg)](https://www.npmjs.org/package/@codec-bytes/base16)