]> git.proxmox.com Git - mirror_qemu.git/commitdiff
docs: Belatedly update for move of QMP/* to docs/
authorMarkus Armbruster <armbru@redhat.com>
Thu, 6 Oct 2016 15:10:00 +0000 (17:10 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 7 Oct 2016 17:22:11 +0000 (19:22 +0200)
Missed in commit 7537fe0 and commit 9b89b6a.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1475766600-7273-1-git-send-email-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
docs/qmp-commands.txt
docs/writing-qmp-commands.txt

index e0adcebc67c0869ddfd052e7ad0ff64891f84a14..b289391b4ea45adffd26b1c781fde4565a48037b 100644 (file)
@@ -20,7 +20,7 @@ Also, the following notation is used to denote data flow:
 -> data issued by the Client
 <- Server data response
 
-Please, refer to the QMP specification (QMP/qmp-spec.txt) for detailed
+Please, refer to the QMP specification (docs/qmp-spec.txt) for detailed
 information on the Server command and response formats.
 
 NOTE: This document is temporary and will be replaced soon.
index cfa6fe7c0dfdaecafd080b4f0eb5500b9bcb156b..44c14db4180dd7ca2c15a76d083bfd97fdb7a349 100644 (file)
@@ -7,8 +7,8 @@ This document doesn't discuss QMP protocol level details, nor does it dive
 into the QAPI framework implementation.
 
 For an in-depth introduction to the QAPI framework, please refer to
-docs/qapi-code-gen.txt. For documentation about the QMP protocol, please
-check the files in QMP/.
+docs/qapi-code-gen.txt. For documentation about the QMP protocol,
+start with docs/qmp-intro.txt.
 
 == Overview ==