From afb61be20c09621f81364557dd82d173614397ef Mon Sep 17 00:00:00 2001 From: proost Date: Tue, 3 Feb 2026 23:51:24 +0900 Subject: [PATCH 1/2] doc: fix wrong badge link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb2e3d4..90f2df3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ under the License. --> -[![Go](https://github.com/apache/datasketches-go/actions/workflows/go.yml/badge.svg)](https://github.com/apache/datasketches-go/actions/workflows/go.yml) +[![Go](https://github.com/apache/datasketches-go/actions/workflows/test.yml/badge.svg)](https://github.com/apache/datasketches-go/actions/workflows/go.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/apache/datasketches-go)](https://goreportcard.com/report/github.com/apache/datasketches-go) [![Release](https://img.shields.io/github/release/apache/datasketches-go.svg)](https://github.com/apache/datasketches-go/releases) [![GoDoc](https://godoc.org/github.com/apache/datasketches-go?status.svg)](https://godoc.org/github.com/apache/datasketches-go) From 2a5a0125ce8a150955ba6e46b87cef9002ef546f Mon Sep 17 00:00:00 2001 From: proost Date: Tue, 3 Feb 2026 23:52:37 +0900 Subject: [PATCH 2/2] doc: fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90f2df3..e7f9fad 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ under the License. --> -[![Go](https://github.com/apache/datasketches-go/actions/workflows/test.yml/badge.svg)](https://github.com/apache/datasketches-go/actions/workflows/go.yml) +[![Go](https://github.com/apache/datasketches-go/actions/workflows/test.yml/badge.svg)](https://github.com/apache/datasketches-go/actions/workflows/test.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/apache/datasketches-go)](https://goreportcard.com/report/github.com/apache/datasketches-go) [![Release](https://img.shields.io/github/release/apache/datasketches-go.svg)](https://github.com/apache/datasketches-go/releases) [![GoDoc](https://godoc.org/github.com/apache/datasketches-go?status.svg)](https://godoc.org/github.com/apache/datasketches-go)