docs: Fix links in kbase/internals

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>
This commit is contained in:
Peter Krempa 2022-05-31 15:42:35 +02:00
parent d19c8e7a57
commit 34aa8abda7
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ To work with event loop from our code we have plenty of APIs.
- ``virEventRemoveTimeout``: Unregisters a timer. - ``virEventRemoveTimeout``: Unregisters a timer.
For more information on these APIs continue reading For more information on these APIs continue reading
`here <../html/libvirt-libvirt-event.html>`__. `here <../../html/libvirt-libvirt-event.html>`__.
Worker pool Worker pool
----------- -----------

View File

@ -7,7 +7,7 @@ Libvirt migration internals
Migration is a multi-step operation with at least two distinct actors, Migration is a multi-step operation with at least two distinct actors,
the source and the destination libvirtd daemons, and a lot of failure the source and the destination libvirtd daemons, and a lot of failure
points. This document describes the basic migration workflow in the 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. and help developers to get up to speed quicker with the code.
In this document, unless stated otherwise, these conventions are followed: In this document, unless stated otherwise, these conventions are followed: