docs: Fix broken link in migrationinternals

Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Han Han 2021-03-25 16:57:27 +08:00 committed by Ján Tomko
parent abc8696968
commit af35fa91be

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: