summaryrefslogtreecommitdiff
path: root/docs/devel
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2017-07-28 19:46:03 -0300
committerMichael Tokarev <mjt@tls.msk.ru>2017-07-31 13:12:41 +0300
commitb3125e73d45126ecf49bd73d3a92426102759cda (patch)
tree0dd0226a165d032ca2a52ba1e56d9fa609d9a0c3 /docs/devel
parentf3fdeb9c972607a8b0691d17e204b6876f2f598a (diff)
downloadqemu-b3125e73d45126ecf49bd73d3a92426102759cda.tar.gz
docs: fix broken paths to docs/devel/qapi-code-gen.txt
With the move of some docs to docs/interop on ac06724a71, a couple of references were not updated. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'docs/devel')
-rw-r--r--docs/devel/writing-qmp-commands.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/writing-qmp-commands.txt b/docs/devel/writing-qmp-commands.txt
index 69793e320e..4f5b24c0c4 100644
--- a/docs/devel/writing-qmp-commands.txt
+++ b/docs/devel/writing-qmp-commands.txt
@@ -7,7 +7,7 @@ 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,
+docs/devel/qapi-code-gen.txt. For documentation about the QMP protocol,
start with docs/interop/qmp-intro.txt.
== Overview ==