From ce2426baff8aefbf9652a2f35fbb81f0d5885111 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Tue, 31 May 2022 15:43:32 +0200 Subject: [PATCH] docs: kbase/kvm-realtime: Fix few links MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Certain links were missing the '../' prefix to reach files in the parent directory from the time the page was introduced. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- docs/kbase/kvm-realtime.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kbase/kvm-realtime.rst b/docs/kbase/kvm-realtime.rst index 890155560c..87ab314bcb 100644 --- a/docs/kbase/kvm-realtime.rst +++ b/docs/kbase/kvm-realtime.rst @@ -150,7 +150,7 @@ siblings. This is achieved using the `CPU tuning config <../formatdomain.html#cp -The `guest CPU model `_ now needs to be +The `guest CPU model <../formatdomain.html#cpu-model-and-topology>`_ now needs to be configured to pass through the host model unchanged, with topology matching the placement: @@ -178,7 +178,7 @@ Memory configuration The host memory used for guest RAM needs to be allocated from huge pages on the second NUMA node, and all other memory allocation needs to be locked into RAM with memory page sharing disabled. -This is achieved by using the `memory backing config `_: +This is achieved by using the `memory backing config <../formatdomain.html#memory-backing>`_: :: -- 2.47.2