From e1675cc747b60d3401473978276e494e44750d4c Mon Sep 17 00:00:00 2001 From: TwiN Date: Mon, 13 Jan 2025 23:04:45 -0500 Subject: [PATCH] docs: Fix test badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 416c0c18..312116f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Gatus](.github/assets/logo-with-dark-text.png)](https://gatus.io) -![test](https://github.com/TwiN/gatus/workflows/test/badge.svg?branch=master) +![test](https://github.com/TwiN/gatus/actions/workflows/test.yml/badge.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/TwiN/gatus?)](https://goreportcard.com/report/github.com/TwiN/gatus) [![codecov](https://codecov.io/gh/TwiN/gatus/branch/master/graph/badge.svg)](https://codecov.io/gh/TwiN/gatus) [![Go version](https://img.shields.io/github/go-mod/go-version/TwiN/gatus.svg)](https://github.com/TwiN/gatus)