aboutsummaryrefslogtreecommitdiff
path: root/docs/interop
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2018-12-03 11:57:02 -0600
committerMarkus Armbruster <armbru@redhat.com>2018-12-13 19:10:06 +0100
commitaee03bf3674d80c8f08e83d8100648332e29f7cb (patch)
tree9dc5328c2581ee762571ef6819d4be1ae204a935 /docs/interop
parent345e4010c566d64bfba1592aef03d438f8bbf605 (diff)
downloadqemu-aee03bf3674d80c8f08e83d8100648332e29f7cb.zip
qemu-aee03bf3674d80c8f08e83d8100648332e29f7cb.tar.gz
qemu-aee03bf3674d80c8f08e83d8100648332e29f7cb.tar.bz2
docs: Update references to JSON RFC
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>
Diffstat (limited to 'docs/interop')
-rw-r--r--docs/interop/qmp-spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/interop/qmp-spec.txt b/docs/interop/qmp-spec.txt
index 67e44a8..adcf867 100644
--- a/docs/interop/qmp-spec.txt
+++ b/docs/interop/qmp-spec.txt
@@ -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.