Skip to content

Commit 5c239cb

Browse files
authored
Update readme links (#246)
1 parent fe275e4 commit 5c239cb

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@
44
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
55
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
66
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
7-
[![GoDoc](https://godoc.org/github.com/ipfs/go-datastore?status.svg)](https://godoc.org/github.com/ipfs/go-datastore)
7+
[![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)
8+
[![GoDoc](https://pkg.go.dev/badge/github.com/ipfs/go-datastore)](https://pkg.go.dev/github.com/ipfs/go-datastore)
89

910
> key-value datastore interfaces
1011
11-
## Lead Maintainer
12-
13-
[Steven Allen](https://github.com/Stebalien)
14-
1512
## Table of Contents
1613

1714
- [Background](#background)
@@ -29,7 +26,7 @@ Based on [datastore.py](https://github.com/datastore/datastore).
2926

3027
## Documentation
3128

32-
https://godoc.org/github.com/ipfs/go-datastore
29+
https://pkg.go.dev/github.com/ipfs/go-datastore
3330

3431
## Contribute
3532

0 commit comments

Comments
 (0)