From 9b2d0632070f0490ff6667ca28066a34962c2a68 Mon Sep 17 00:00:00 2001 From: gammazero <11790789+gammazero@users.noreply.github.com> Date: Thu, 14 Aug 2025 11:06:33 -1000 Subject: [PATCH] Update readme links --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 58df92b..816647c 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,11 @@ [![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) -[![GoDoc](https://godoc.org/github.com/ipfs/go-datastore?status.svg)](https://godoc.org/github.com/ipfs/go-datastore) +[![Build Status](https://img.shields.io/github/actions/workflow/status/ipfs/go-datastore/go-test.yml?branch=master)](https://github.com/ipfs/go-datastore/actions) +[![GoDoc](https://pkg.go.dev/badge/github.com/ipfs/go-datastore)](https://pkg.go.dev/github.com/ipfs/go-datastore) > key-value datastore interfaces -## Lead Maintainer - -[Steven Allen](https://github.com/Stebalien) - ## Table of Contents - [Background](#background) @@ -29,7 +26,7 @@ Based on [datastore.py](https://github.com/datastore/datastore). ## Documentation -https://godoc.org/github.com/ipfs/go-datastore +https://pkg.go.dev/github.com/ipfs/go-datastore ## Contribute