From a135641dd9f3d53386dc69d45fac3b0e0f6a091a Mon Sep 17 00:00:00 2001 From: Richard Kettelerij <291572+rkettelerij@users.noreply.github.com> Date: Mon, 26 May 2025 10:15:33 +0200 Subject: [PATCH] Fix build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cf3835..95d2f9f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Better Stack exporter -[![Build](https://github.com/PDOK/betterstack-exporter/actions/workflows/build-and-publish-image.yml/badge.svg)](https://github.com/PDOK/betterstack-exporter/actions/workflows/build-and-publish-image.yml) +[![Build](https://github.com/PDOK/betterstack-exporter/actions/workflows/build-and-publish-image.yaml/badge.svg)](https://github.com/PDOK/betterstack-exporter/actions/workflows/build-and-publish-image.yaml) [![Lint (go)](https://github.com/PDOK/betterstack-exporter/actions/workflows/lint-go.yml/badge.svg)](https://github.com/PDOK/betterstack-exporter/actions/workflows/lint-go.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/PDOK/betterstack-exporter)](https://goreportcard.com/report/github.com/PDOK/betterstack-exporter) [![Coverage (go)](https://github.com/PDOK/betterstack-exporter/wiki/coverage.svg)](https://raw.githack.com/wiki/PDOK/betterstack-exporter/coverage.html)