summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJC (Jonathan Chen) <jc@dijonkitchen.org>2023-03-10 11:10:29 -0500
committerGitHub <noreply@github.com>2023-03-10 11:10:29 -0500
commit4d5507f5dc8ce8a5dded3ad7a02f5d4c2bf69def (patch)
tree6806e7bbb6e4ea887df8180a2f9d74532717202c
parentd1716fe431694bfc08ad94d2e8d2a32d79b47fa3 (diff)
downloadjson-c-4d5507f5dc8ce8a5dded3ad7a02f5d4c2bf69def.tar.gz
docs: update to Internet Standard reference
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5f4487c..04ac67f 100644
--- 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/),