]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
docs: update to Internet Standard reference 810/head
authorJC (Jonathan Chen) <jc@dijonkitchen.org>
Fri, 10 Mar 2023 16:10:29 +0000 (11:10 -0500)
committerGitHub <noreply@github.com>
Fri, 10 Mar 2023 16:10:29 +0000 (11:10 -0500)
README.md

index 5f4487cee52da37d9dc9fc39edf6eb363b7be1ef..04ac67f4ba18827590f3ad8c00fef02df5c2d3ca 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ JSON-C - A JSON implementation in C <a name="overview"></a>
 JSON-C implements a reference counting object model that allows you to easily
 construct JSON objects in C, output them as JSON formatted strings and parse
 JSON formatted strings back into the C representation of JSON objects.
-It aims to conform to [RFC 7159](https://tools.ietf.org/html/rfc7159).
+It aims to conform to [RFC 8259](https://www.rfc-editor.org/rfc/rfc8259).
 
 Skip down to [Using json-c](#using)
 or check out the [API docs](https://json-c.github.io/json-c/),