]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: formatdomain: Remove 'elementsAudio' anchor
authorPeter Krempa <pkrempa@redhat.com>
Fri, 13 May 2022 08:31:37 +0000 (10:31 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 1 Jun 2022 10:27:10 +0000 (12:27 +0200)
Local references were reworded to match.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/formatdomain.rst

index d63543db0bc3939c1fac6d4d1a447a6c3530f1cb..a6e54246b8a260fbde1a7513dd20376c8ef1bd30 100644 (file)
@@ -5920,7 +5920,7 @@ interaction with the admin.
            <audio id='1'>
          </graphics>
 
-      Where ``1`` is an id of the `audio device <#elementsAudio>`__. If no
+      Where ``1`` is an id of the audio device (See`Audio backends`_). If no
       ID is specified, then the default audio backend will be used.
       :since:`Since 7.2.0, qemu`.
 
@@ -6077,7 +6077,7 @@ interaction with the admin.
            <audio id='1'>
          </graphics>
 
-      Where ``1`` is an id of the `audio device <#elementsAudio>`__.
+      Where ``1`` is an id of the audio device (See `Audio backends`_).
 
 Graphics device uses a ``<listen>`` to set up where the device should listen for
 clients. It has a mandatory attribute ``type`` which specifies the listen type.
@@ -6971,11 +6971,10 @@ backend using the ``<audio>`` sub-element:
    </devices>
    ...
 
-Where ``1`` is an id of the `audio device <#elementsAudio>`__. If no
+Where ``1`` is an id of the audio device (See `Audio backends`_). If no
 ID is specified, then the default audio backend will be used.
 :since:`Since 6.7.0, bhyve; Since 7.2.0, qemu`.
 
-:anchor:`<a id="elementsAudio"/>`
 
 Audio backends
 ~~~~~~~~~~~~~~