]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
docs: Update references to JSON RFC
authorEric Blake <eblake@redhat.com>
Mon, 3 Dec 2018 17:57:02 +0000 (11:57 -0600)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 13 Dec 2018 18:10:06 +0000 (19:10 +0100)
RFC8259 obsoletes RFC7159. Fix a couple of URLs to point to the
newer version.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20181203175702.128701-1-eblake@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
docs/devel/qapi-code-gen.txt
docs/interop/qmp-spec.txt

index 53eaf01f34067db71f7c35e170eda0e326ce25ab..2c8b392b20f4628910de643622ec70055ac07e20 100644 (file)
@@ -26,7 +26,7 @@ how the schemas, scripts, and resulting code are used.
 == QMP/Guest agent schema ==
 
 A QAPI schema file is designed to be loosely based on JSON
-(http://www.ietf.org/rfc/rfc7159.txt) with changes for quoting style
+(http://www.ietf.org/rfc/rfc8259.txt) with changes for quoting style
 and the use of comments; a QAPI schema file is then parsed by a python
 code generation program.  A valid QAPI schema consists of a series of
 top-level expressions, with no commas between them.  Where
index 67e44a81206dffa9b7283796121cdb0161041cfc..adcf86754d91770d4dbfba8acc15bdb318ebac15 100644 (file)
@@ -32,7 +32,7 @@ following format:
 Where DATA-STRUCTURE-NAME is any valid JSON data structure, as defined
 by the JSON standard:
 
-http://www.ietf.org/rfc/rfc7159.txt
+http://www.ietf.org/rfc/rfc8259.txt
 
 The server expects its input to be encoded in UTF-8, and sends its
 output encoded in ASCII.