From 3d67040d3361d0d4feb40e5d69194147700b4fae Mon Sep 17 00:00:00 2001 From: quest Date: Thu, 19 Dec 2024 16:42:31 -1000 Subject: [PATCH] Fix build badges --- README.md | 11 +++++------ base58/README.md | 2 +- bech32/README.md | 2 +- bloom/README.md | 2 +- coinset/README.md | 2 +- gcs/README.md | 2 +- hdkeychain/README.md | 2 +- jsonpb/README.md | 2 +- merkleblock/README.md | 2 +- txsort/README.md | 2 +- 10 files changed, 14 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 675f30f..023ad5b 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,17 @@ -bchutil -======= +# bchutil -![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) +[![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/gcash/bchutil/actions/workflows/main.yml) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/gcash/bchutil) Package bchutil provides bitcoin cash-specific convenience functions and types. -A comprehensive suite of tests is provided to ensure proper functionality. See -`test_coverage.txt` for the gocov coverage report. Alternatively, if you are +A comprehensive suite of tests is provided to ensure proper functionality. See +`test_coverage.txt` for the gocov coverage report. Alternatively, if you are running a POSIX OS, you can run the `cov_report.sh` script for a real-time report. This package was developed for bchd, an alternative full-node implementation of -bitcoin cash Although it was primarily written for bchd, this package has intentionally been designed so it +bitcoin cash. Although it was primarily written for bchd, this package has intentionally been designed so it can be used as a standalone package for any projects needing the functionality provided. diff --git a/base58/README.md b/base58/README.md index 154bc33..a585af8 100644 --- a/base58/README.md +++ b/base58/README.md @@ -1,7 +1,7 @@ base58 ========== -![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) +[![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/gcash/bchutil/actions/workflows/main.yml) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/gcash/bchutil/base58) diff --git a/bech32/README.md b/bech32/README.md index 85aaa98..a72d45d 100644 --- a/bech32/README.md +++ b/bech32/README.md @@ -1,7 +1,7 @@ bech32 ========== -![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) +[![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/gcash/bchutil/actions/workflows/main.yml) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](https://godoc.org/github.com/gcash/bchutil/bech32?status.png)](http://godoc.org/github.com/gcash/bchutil/bech32) diff --git a/bloom/README.md b/bloom/README.md index a0174ef..fac9ccd 100644 --- a/bloom/README.md +++ b/bloom/README.md @@ -1,7 +1,7 @@ bloom ===== -![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) +[![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/gcash/bchutil/actions/workflows/main.yml) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/gcash/bchutil/bloom) diff --git a/coinset/README.md b/coinset/README.md index 9d4a148..ccaae96 100644 --- a/coinset/README.md +++ b/coinset/README.md @@ -1,7 +1,7 @@ coinset ======= -![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) +[![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/gcash/bchutil/actions/workflows/main.yml) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/gcash/bchutil/coinset) diff --git a/gcs/README.md b/gcs/README.md index 6cf9f2a..51bedb4 100644 --- a/gcs/README.md +++ b/gcs/README.md @@ -1,7 +1,7 @@ gcs ========== -![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) +[![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/gcash/bchutil/actions/workflows/main.yml) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](https://godoc.org/github.com/gcash/bchutil/gcs?status.png)](http://godoc.org/github.com/gcash/bchutil/gcs) diff --git a/hdkeychain/README.md b/hdkeychain/README.md index 305dc2f..249f1f9 100644 --- a/hdkeychain/README.md +++ b/hdkeychain/README.md @@ -1,7 +1,7 @@ hdkeychain ========== -![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) +[![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/gcash/bchutil/actions/workflows/main.yml) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/gcash/bchutil/hdkeychain) diff --git a/jsonpb/README.md b/jsonpb/README.md index 3871024..38452ef 100644 --- a/jsonpb/README.md +++ b/jsonpb/README.md @@ -1,7 +1,7 @@ jsonpb ===== -![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) +[![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/gcash/bchutil/actions/workflows/main.yml) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/gcash/bchutil/bloom) diff --git a/merkleblock/README.md b/merkleblock/README.md index 48da1c3..241fffe 100644 --- a/merkleblock/README.md +++ b/merkleblock/README.md @@ -1,7 +1,7 @@ merkleblock ===== -![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) +[![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/gcash/bchutil/actions/workflows/main.yml) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/gcash/bchutil/bloom) diff --git a/txsort/README.md b/txsort/README.md index b8d8f51..6b4bf74 100644 --- a/txsort/README.md +++ b/txsort/README.md @@ -1,7 +1,7 @@ txsort ====== -![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) +[![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/gcash/bchutil/actions/workflows/main.yml) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/gcash/bchutil/txsort)