From 677769de46caf0fe2372bb4ff31ef9ca4f1240d0 Mon Sep 17 00:00:00 2001 From: Jonathan Chappelow Date: Mon, 11 Mar 2024 12:06:32 -0500 Subject: [PATCH] README: fix Go report card link to report --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa27ca27c..400abd918 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The database for Web3. ![Build-Status](https://github.com/kwilteam/kwil-db/actions/workflows/ci.yaml/badge.svg) ![Go-Version](https://img.shields.io/github/go-mod/go-version/kwilteam/kwil-db) ![GoDoc](https://godoc.org/github.com/kwilteam/kwil-db?status.svg) -![Go-Report-Card](https://goreportcard.com/badge/github.com/kwilteam/kwil-db) +![Go-Report-Card](https://goreportcard.com/report/github.com/kwilteam/kwil-db) ![Discord](https://img.shields.io/discord/819855804554543114?logo=discord) Kwil is the node software for Kwil Networks. Built with [PostgreSQL](https://www.postgresql.org/) and [CometBFT](https://github.com/cometbft/cometbft), Kwil enables byzantine fault tolerant networks to be built on top of relational databases.