summaryrefslogtreecommitdiff
path: root/docs/kbase
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2022-05-31 15:42:35 +0200
committerPeter Krempa <pkrempa@redhat.com>2022-06-01 12:27:10 +0200
commit34aa8abda74e5796dda7ee86699ec687c3c97f41 (patch)
treeb9bade28f6c6878f9f18c86d6cea2acab1ebc8f3 /docs/kbase
parentd19c8e7a572dc30ba43793cd1bf329f847b01bf4 (diff)
downloadlibvirt-34aa8abda74e5796dda7ee86699ec687c3c97f41.tar.gz
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>
Diffstat (limited to 'docs/kbase')
-rw-r--r--docs/kbase/internals/eventloop.rst2
-rw-r--r--docs/kbase/internals/migration.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/kbase/internals/eventloop.rst b/docs/kbase/internals/eventloop.rst
index f25e97ab14..856cabc85f 100644
--- a/docs/kbase/internals/eventloop.rst
+++ b/docs/kbase/internals/eventloop.rst
@@ -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
-----------
diff --git a/docs/kbase/internals/migration.rst b/docs/kbase/internals/migration.rst
index f7b4b5a10e..ad9d9426b2 100644
--- a/docs/kbase/internals/migration.rst
+++ b/docs/kbase/internals/migration.rst
@@ -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: