On Thu, Aug 23, 2018 at 10:50:34AM +0200, Peter Krempa wrote:
Some things were moved. Try to update the paths.
"Do. Or do not. There's no try." ;)
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
docs/api_extension.html.in | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/api_extension.html.in b/docs/api_extension.html.in
index ce2f457b63..38235a4241 100644
--- a/docs/api_extension.html.in
+++ b/docs/api_extension.html.in
@@ -106,7 +106,7 @@
libvirt library and call the new function:</p>
<p><code>
- include/libvirt/libvirt.h.in
+ include/libvirt/libvirt-$SECTION.h.in
maybe $MODULE or <module> would be a better fit instead of $SECTION?
Reviewed-by: Erik Skultety <eskultet(a)redhat.com>