]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Fix links in kbase/internals
authorPeter Krempa <pkrempa@redhat.com>
Tue, 31 May 2022 13:42:35 +0000 (15:42 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 1 Jun 2022 10:27:10 +0000 (12:27 +0200)
The links were broken when the documentation was moved into the
'internals' subdirectory.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/kbase/internals/eventloop.rst
docs/kbase/internals/migration.rst

index f25e97ab1486754ece36c03dd45be78c0b0dc4e2..856cabc85ffc36a314e5ea2226ad50ff33dd4c78 100644 (file)
@@ -47,7 +47,7 @@ To work with event loop from our code we have plenty of APIs.
 -  ``virEventRemoveTimeout``: Unregisters a timer.
 
 For more information on these APIs continue reading
-`here <../html/libvirt-libvirt-event.html>`__.
+`here <../../html/libvirt-libvirt-event.html>`__.
 
 Worker pool
 -----------
index f7b4b5a10e44ed0e3d29f6c9052a8a572587f9c7..ad9d9426b2665de43cd8b850cb89aa722f03df27 100644 (file)
@@ -7,7 +7,7 @@ Libvirt migration internals
 Migration is a multi-step operation with at least two distinct actors,
 the source and the destination libvirtd daemons, and a lot of failure
 points. This document describes the basic migration workflow in the
-code level, as a way to complement `the base migration docs <../migration.html>`_
+code level, as a way to complement `the base migration docs <../../migration.html>`_
 and help developers to get up to speed quicker with the code.
 
 In this document, unless stated otherwise, these conventions are followed: