]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: formatdomain: Remove 'elementsDevices' anchor
authorPeter Krempa <pkrempa@redhat.com>
Fri, 13 May 2022 08:31:33 +0000 (10:31 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 1 Jun 2022 10:27:09 +0000 (12:27 +0200)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/formatdomain.rst
docs/manpages/virsh.rst

index 0247132d2b2562064ab0c92f3dc94a12aefc0d75..4f85366c9d0b685743f1aaa138c4919d24ba35bf 100644 (file)
@@ -2291,7 +2291,6 @@ event name                  Description
 ``emulation_faults``        the count of emulation faults, that is when the kernel traps on unimplemented instrucions and emulates them for user space, by applications running on the platform                     ``perf.emulation_faults``
 =========================== ======================================================================================================================================================================================= ================================
 
-:anchor:`<a id="elementsDevices"/>`
 
 Devices
 -------
index 5cb948bb91d40999b77b2f0123f785fd94952372..965b89c99d8502ed81610fdb038244c54e813adb 100644 (file)
@@ -4645,7 +4645,7 @@ attach-device
 Attach a device to the domain, using a device definition in an XML
 file using a device definition element such as <disk> or <interface>
 as the top-level element.  See the documentation at
-`https://libvirt.org/formatdomain.html#elementsDevices <https://libvirt.org/formatdomain.html#elementsDevices>`__ to learn about
+`https://libvirt.org/formatdomain.html#elementsDevices <https://libvirt.org/formatdomain.html#devices>`__ to learn about
 libvirt XML format for a device.  If *--config* is specified the
 command alters the persistent guest configuration with the device
 attach taking effect the next time libvirt starts the domain.
@@ -5006,7 +5006,7 @@ Update the characteristics of a device associated with *domain*,
 based on the device definition in an XML *file*.  The *--force* option
 can be used to force device update, e.g., to eject a CD-ROM even if it is
 locked/mounted in the domain. See the documentation at
-`https://libvirt.org/formatdomain.html#elementsDevices <https://libvirt.org/formatdomain.html#elementsDevices>`__ to learn about
+`https://libvirt.org/formatdomain.html#elementsDevices <https://libvirt.org/formatdomain.html#devices>`__ to learn about
 libvirt XML format for a device.
 
 If *--live* is specified, affect a running domain.