From ba628e49e8e542049c2c66d8376553cb69ac8f88 Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Fri, 10 Jan 2025 01:11:30 -0800 Subject: [PATCH] docs: update badge link (#6144) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Noticed the badge was showing a failing status even though the CI appeared to be passing: ![Screenshot 2025-01-09 at 1 22 18 PM](https://github.com/user-attachments/assets/7fc7fbb8-df79-45dd-a3cb-8f78e8848ab1) I used the "create status badge" functionality to create the badge: ![Screenshot 2025-01-09 at 1 22 31 PM](https://github.com/user-attachments/assets/cffe4664-223c-446a-b146-5b58126bbc17) Co-authored-by: Damien Mathieu <42@dmathieu.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efec278905b..d9a19207625 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenTelemetry-Go -[![CI](https://github.com/open-telemetry/opentelemetry-go/workflows/ci/badge.svg)](https://github.com/open-telemetry/opentelemetry-go/actions?query=workflow%3Aci+branch%3Amain) +[![ci](https://github.com/open-telemetry/opentelemetry-go/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/open-telemetry/opentelemetry-go/actions/workflows/ci.yml) [![codecov.io](https://codecov.io/gh/open-telemetry/opentelemetry-go/coverage.svg?branch=main)](https://app.codecov.io/gh/open-telemetry/opentelemetry-go?branch=main) [![PkgGoDev](https://pkg.go.dev/badge/go.opentelemetry.io/otel)](https://pkg.go.dev/go.opentelemetry.io/otel) [![Go Report Card](https://goreportcard.com/badge/go.opentelemetry.io/otel)](https://goreportcard.com/report/go.opentelemetry.io/otel)