Skip to content

Commit

Permalink
docs: Update references to JSON RFC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ebblake authored and Markus Armbruster committed Dec 13, 2018
1 parent 345e401 commit aee03bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/devel/qapi-code-gen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/interop/qmp-spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit aee03bf

Please sign in to comment.