summary refs log tree commit diff stats
path: root/include/qemu
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2024-01-20 10:53:23 +0100
committerMarkus Armbruster <armbru@redhat.com>2024-01-26 07:04:53 +0100
commitb0b1313eb2a95a3c0676f46dbaecc68478cb631d (patch)
tree28802fe1b03788de382f1ac3837c241f0f403f37 /include/qemu
parent3bc8dc8aa81d9d651d2559d96efca7ef0ee1731c (diff)
downloadfocaccia-qemu-b0b1313eb2a95a3c0676f46dbaecc68478cb631d.tar.gz
focaccia-qemu-b0b1313eb2a95a3c0676f46dbaecc68478cb631d.zip
qapi: Fix dangling references to docs/devel/qapi-code-gen.txt
Conversion of docs/devel/qapi-code-gen.txt to ReST left several
dangling references behind.  Fix them to point to
docs/devel/qapi-code-gen.rst.

Fixes: f7aa076dbdfc (docs: convert qapi-code-gen.txt to ReST)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240120095327.666239-4-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'include/qemu')
-rw-r--r--include/qemu/yank.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/yank.h b/include/qemu/yank.h
index 1907150933..3d88af6996 100644
--- a/include/qemu/yank.h
+++ b/include/qemu/yank.h
@@ -45,7 +45,7 @@ void yank_unregister_instance(const YankInstance *instance);
  * yank_register_function: Register a yank function
  *
  * This registers a yank function. All limitations of qmp oob commands apply
- * to the yank function as well. See docs/devel/qapi-code-gen.txt under
+ * to the yank function as well. See docs/devel/qapi-code-gen.rst under
  * "An OOB-capable command handler must satisfy the following conditions".
  *
  * This function is thread-safe.