aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYoshiki Shibukawa <yoshiki@shibu.jp>2022-09-01 11:37:07 +0900
committermattn <mattn.jp@gmail.com>2022-09-01 11:56:18 +0900
commitc8a114388a4b361b82b2c13edaa814f1bf26cb7d (patch)
tree09da93116154c3fbe71de559f5f5750d25b2e708 /README.md
parentTestQueryer: actually check Rows returned (diff)
downloadgolite-c8a114388a4b361b82b2c13edaa814f1bf26cb7d.tar.gz
golite-c8a114388a4b361b82b2c13edaa814f1bf26cb7d.tar.xz
Update README to fix reference URL
R.I.P. godoc.org
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 58e315a..518cd0b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
go-sqlite3
==========
-[![GoDoc Reference](https://godoc.org/github.com/mattn/go-sqlite3?status.svg)](http://godoc.org/github.com/mattn/go-sqlite3)
+[![Go Reference](https://pkg.go.dev/badge/github.com/mattn/go-sqlite3.svg)](https://pkg.go.dev/github.com/mattn/go-sqlite3)
[![GitHub Actions](https://github.com/mattn/go-sqlite3/workflows/Go/badge.svg)](https://github.com/mattn/go-sqlite3/actions?query=workflow%3AGo)
[![Financial Contributors on Open Collective](https://opencollective.com/mattn-go-sqlite3/all/badge.svg?label=financial+contributors)](https://opencollective.com/mattn-go-sqlite3)
[![codecov](https://codecov.io/gh/mattn/go-sqlite3/branch/master/graph/badge.svg)](https://codecov.io/gh/mattn/go-sqlite3)