diff options
| author | Cleber Rosa | 2017-07-29 00:46:01 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2017-07-31 12:06:52 +0200 |
| commit | cfb41b8868084346f2af109e18ba85f9c82653b7 (patch) | |
| tree | e49283d4319be1c5611e2a911b3daf12c3f0faca /docs | |
| parent | thunk: assert nb_fields is valid (diff) | |
| download | qemu-cfb41b8868084346f2af109e18ba85f9c82653b7.tar.gz qemu-cfb41b8868084346f2af109e18ba85f9c82653b7.tar.xz qemu-cfb41b8868084346f2af109e18ba85f9c82653b7.zip | |
docs: fix broken paths to docs/interop dir
With the move of some docs to docs/interop on d59157e, a couple of
references were not updated.
Signed-off-by: Cleber Rosa <crosa@redhat.com>
[PMD: fixed a typo and another reference of docs/interop/qmp-spec.txt]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/devel/writing-qmp-commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/writing-qmp-commands.txt b/docs/devel/writing-qmp-commands.txt index 1e6375495b..69793e320e 100644 --- a/docs/devel/writing-qmp-commands.txt +++ b/docs/devel/writing-qmp-commands.txt @@ -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 == |
