encoding/json: fix broken link to json.org

This updates the link to a newer image.
This commit is contained in:
Jon Johnson 2020-01-31 10:43:26 -08:00
parent 753d56d364
commit f5970ba395
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ func stringEncoder(e *encodeState, v reflect.Value, opts encOpts) {
func isValidNumber(s string) bool {
// This function implements the JSON numbers grammar.
// See https://tools.ietf.org/html/rfc7159#section-6
// and https://json.org/number.gif
// and https://www.json.org/img/number.png
if s == "" {
return false