From 43dfde426d0417a7171556159e8c2ae46c0f8f23 Mon Sep 17 00:00:00 2001 From: Ashley Jeffs Date: Sat, 7 Mar 2020 16:04:21 +0000 Subject: [PATCH] Update docs badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9a4132..6163e7a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Gabs](gabs_logo.png "Gabs") -[![godoc for Jeffail/gabs][godoc-badge]][godoc-url] +[![pkg.go for Jeffail/gabs][godoc-badge]][godoc-url] Gabs is a small utility for dealing with dynamic or unknown JSON structures in Go. It's pretty much just a helpful wrapper for navigating hierarchies of `map[string]interface{}` objects provided by the `encoding/json` package. It does nothing spectacular apart from being fabulous. @@ -293,5 +293,5 @@ intValue, err := val.Path("test.int").Data().(json.Number).Int64() ``` [godoc-badge]: https://godoc.org/github.com/Jeffail/gabs?status.svg -[godoc-url]: https://godoc.org/github.com/Jeffail/gabs +[godoc-url]: https://pkg.go.dev/github.com/Jeffail/gabs/v2 [migration-doc]: ./migration.md