Fix broken links to segmentio/encoding and jettison

I pointed segmentio/encoding/json to `/tree/master/json`. Should it just be straight to the encoding repository root instead?
This commit is contained in:
Guillaume Rochat 2021-02-09 08:45:52 -05:00 committed by GitHub
parent 6db7a29972
commit 24a1d02e32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ Replace import statement from `encoding/json` to `github.com/goccy/go-json`
| [json-iterator/go](https://github.com/json-iterator/go) | ○ | ○ | △ | | [json-iterator/go](https://github.com/json-iterator/go) | ○ | ○ | △ |
| [easyjson](https://github.com/mailru/easyjson) | ○ | ○ | ✗ | | [easyjson](https://github.com/mailru/easyjson) | ○ | ○ | ✗ |
| [gojay](https://github.com/francoispqt/gojay) | ○ | ○ | ✗ | | [gojay](https://github.com/francoispqt/gojay) | ○ | ○ | ✗ |
| [segmentio/encoding/json](github.com/segmentio/encoding/json) | ○ | ○ | ○ | | [segmentio/encoding/json](https://github.com/segmentio/encoding/tree/master/json) | ○ | ○ | ○ |
| [jettison](github.com/wI2L/jettison) | ○ | ✗ | ✗ | | [jettison](https://github.com/wI2L/jettison) | ○ | ✗ | ✗ |
| [simdjson-go](https://github.com/minio/simdjson-go) | ✗ | ○ | ✗ | | [simdjson-go](https://github.com/minio/simdjson-go) | ✗ | ○ | ✗ |
| go-json | ○ | ○ | ○ | | go-json | ○ | ○ | ○ |