From: Han Han Date: Thu, 25 Mar 2021 08:57:27 +0000 (+0800) Subject: docs: Fix broken link in migrationinternals X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=af35fa91be9182482c5b84a31c443c6840df8a72;p=libvirt.git docs: Fix broken link in migrationinternals Signed-off-by: Han Han Reviewed-by: Ján Tomko Signed-off-by: Ján Tomko --- diff --git a/docs/kbase/migrationinternals.rst b/docs/kbase/migrationinternals.rst index 2e187936a7..f7b4b5a10e 100644 --- a/docs/kbase/migrationinternals.rst +++ b/docs/kbase/migrationinternals.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 `_ +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: