diff options
author | Markus Armbruster <armbru@redhat.com> | 2024-01-20 10:53:23 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2024-01-26 07:04:53 +0100 |
commit | b0b1313eb2a95a3c0676f46dbaecc68478cb631d (patch) | |
tree | 28802fe1b03788de382f1ac3837c241f0f403f37 /include/qapi | |
parent | 3bc8dc8aa81d9d651d2559d96efca7ef0ee1731c (diff) |
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/qapi')
-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 d53a84c9ba..27b85d4700 100644 --- a/include/qapi/visitor.h +++ b/include/qapi/visitor.h @@ -39,7 +39,7 @@ * 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/devel/qapi-code-gen.txt for more about the QAPI code + * docs/devel/qapi-code-gen.rst for more about the QAPI code * generator. * * All of the visitors are created via: |