]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: kbase/kvm-realtime: Fix few links
authorPeter Krempa <pkrempa@redhat.com>
Tue, 31 May 2022 13:43:32 +0000 (15:43 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 1 Jun 2022 10:27:10 +0000 (12:27 +0200)
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 <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/kbase/kvm-realtime.rst

index 890155560c793a6f3933421e672515dea3d4dc2c..87ab314bcb84d2e4a3da12530f50e66fe8bbf317 100644 (file)
@@ -150,7 +150,7 @@ siblings. This is achieved using the `CPU tuning config <../formatdomain.html#cp
      <vcpusched vcpus='0-4' scheduler='fifo' priority='1'/>
    </cputune>
 
-The `guest CPU model <formatdomain.html#cpu-model-and-topology>`_ 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 <formatdomain.html#memory-backing>`_:
+This is achieved by using the `memory backing config <../formatdomain.html#memory-backing>`_:
 
 ::