Skip to content

Commit b3349b2

Browse files
committed
Docs should point to pkg.go and not godoc
1 parent fe57286 commit b3349b2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![CI](https://github.com/cloudfoundry/jsonry/workflows/Go/badge.svg)](https://github.com/cloudfoundry/jsonry/actions?query=workflow%3AGo)
2-
[![GoDoc](https://godoc.org/code.cloudfoundry.org/jsonry?status.png)](https://godoc.org/code.cloudfoundry.org/jsonry)
2+
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/code.cloudfoundry.org/jsonry?tab=doc)
3+
34
# JSONry
45

56
A Go library and notation for converting between a Go `struct` and JSON.
@@ -27,7 +28,7 @@ Will generate the following JSON:
2728
}
2829
```
2930
The operation is reversible using `Unmarshal()`. The key advantage is that nested JSON can be generated and parsed without
30-
the need to create intermediate Go structures. Check out [the documentation](https://godoc.org/code.cloudfoundry.org/jsonry) for details.
31+
the need to create intermediate Go structures. Check out [the documentation](https://pkg.go.dev/code.cloudfoundry.org/jsonry?tab=doc) for details.
3132

3233
JSONry started life in the [Cloud Foundry CLI](https://github.com/cloudfoundry/cli) project. It has been extracted so
3334
that it can be used in other projects too.

0 commit comments

Comments
 (0)