[PATCH] docs: Fix broken link in migrationinternals

Han Han posted 1 patch 3 years, 1 month ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210325085727.976538-1-hhan@redhat.com
docs/kbase/migrationinternals.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: Fix broken link in migrationinternals
Posted by Han Han 3 years, 1 month ago
Signed-off-by: Han Han <hhan@redhat.com>
---
 docs/kbase/migrationinternals.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 <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:
-- 
2.30.2

Re: [PATCH] docs: Fix broken link in migrationinternals
Posted by Ján Tomko 3 years ago
On a Thursday in 2021, Han Han wrote:
>Signed-off-by: Han Han <hhan@redhat.com>
>---
> docs/kbase/migrationinternals.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

and pushed

Jano