diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-07-28 19:46:03 -0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-07-31 13:12:41 +0300 |
commit | b3125e73d45126ecf49bd73d3a92426102759cda (patch) | |
tree | 0dd0226a165d032ca2a52ba1e56d9fa609d9a0c3 /include | |
parent | f3fdeb9c972607a8b0691d17e204b6876f2f598a (diff) |
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 'include')
-rw-r--r-- | include/qapi/visitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qapi/visitor.h b/include/qapi/visitor.h index fe9faf469f..0f3b8cb459 100644 --- a/include/qapi/visitor.h +++ b/include/qapi/visitor.h @@ -36,7 +36,7 @@ * QemuOpts, and clone visitors have some implementation limitations; * see the documentation for each visitor for more details on what it * supports. Also, see visitor-impl.h for the callback contracts - * implemented by each visitor, and docs/qapi-code-gen.txt for more + * implemented by each visitor, and docs/devel/qapi-code-gen.txt for more * about the QAPI code generator. * * All of the visitors are created via: |