From 24a1d02e3217d2b541f7db4906d64b048f846231 Mon Sep 17 00:00:00 2001 From: Guillaume Rochat Date: Tue, 9 Feb 2021 08:45:52 -0500 Subject: [PATCH] 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? --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9fef26..829f0e4 100644 --- a/README.md +++ b/README.md @@ -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) | ○ | ○ | △ | | [easyjson](https://github.com/mailru/easyjson) | ○ | ○ | ✗ | | [gojay](https://github.com/francoispqt/gojay) | ○ | ○ | ✗ | -| [segmentio/encoding/json](github.com/segmentio/encoding/json) | ○ | ○ | ○ | -| [jettison](github.com/wI2L/jettison) | ○ | ✗ | ✗ | +| [segmentio/encoding/json](https://github.com/segmentio/encoding/tree/master/json) | ○ | ○ | ○ | +| [jettison](https://github.com/wI2L/jettison) | ○ | ✗ | ✗ | | [simdjson-go](https://github.com/minio/simdjson-go) | ✗ | ○ | ✗ | | go-json | ○ | ○ | ○ |