From bc6e49d8108cd841ce320e6e896399e25a38ed39 Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Tue, 28 Nov 2023 15:39:06 -0800 Subject: [PATCH] Fix build status in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfeea5a..4713c37 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # go-irc [![GoDoc](https://img.shields.io/badge/doc-GoDoc-blue.svg)](https://pkg.go.dev/gopkg.in/irc.v4) -[![Build Status](https://img.shields.io/github/workflow/status/go-irc/irc/CI.svg)](https://github.com/go-irc/irc/actions) +[![Build Status](https://img.shields.io/github/actions/workflow/status/go-irc/irc/ci.yml?branch=master)](https://github.com/go-irc/irc/actions) [![Coverage Status](https://img.shields.io/coveralls/github/go-irc/irc.svg)](https://coveralls.io/github/go-irc/irc?branch=master) This package was originally created to only handle message parsing, but has since been expanded to include small abstractions around connections and a very general client type with some small conveniences.