Skip to content

Commit

Permalink
docs: fix broken paths to docs/interop dir
Browse files Browse the repository at this point in the history
With the move of some docs to docs/interop on d59157e, a couple of
references were not updated.

Signed-off-by: Cleber Rosa <[email protected]>
[PMD: fixed a typo and another reference of docs/interop/qmp-spec.txt]
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
  • Loading branch information
clebergnu authored and Michael Tokarev committed Jul 31, 2017
1 parent a44af72 commit cfb41b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/devel/writing-qmp-commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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,
start with docs/qmp-intro.txt.
start with docs/interop/qmp-intro.txt.

== Overview ==

Expand Down
4 changes: 2 additions & 2 deletions qapi-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# | -> data issued by the Client
# | <- Server data response
#
# Please, refer to the QMP specification (docs/qmp-spec.txt) for
# Please, refer to the QMP specification (docs/interop/qmp-spec.txt) for
# detailed information on the Server command and response formats.
#
# = Stability Considerations
Expand Down Expand Up @@ -108,7 +108,7 @@
#
# Notes: This command is valid exactly when first connecting: it must be
# issued before any other command will be accepted, and will fail once the
# monitor is accepting other commands. (see qemu docs/qmp-spec.txt)
# monitor is accepting other commands. (see qemu docs/interop/qmp-spec.txt)
#
# Since: 0.13
#
Expand Down

0 comments on commit cfb41b8

Please sign in to comment.