[PATCH] kbase: Fix broken link of migration doc

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

diff --git a/docs/kbase/index.rst b/docs/kbase/index.rst
index d483ca94de..91083ee49d 100644
--- a/docs/kbase/index.rst
+++ b/docs/kbase/index.rst
@@ -66,4 +66,4 @@ Internals / Debugging
 
 `VM migration internals <migrationinternals.html>`__
    VM migration implementation details, complementing the info in
-   `migration <migration.html>`__
+   `migration <../migration.html>`__
-- 
2.31.1

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

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

Jano