]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: formatsecret: Correct link to storage volume XML definition
authorPeter Krempa <pkrempa@redhat.com>
Thu, 14 Apr 2022 11:48:43 +0000 (13:48 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 25 Apr 2022 14:33:01 +0000 (16:33 +0200)
The anchor name was not fixed when the 'formatstorage' document was
converted to rst.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/formatsecret.rst

index bb2217041a401c23c8ff0484f855c9379eda1428..03c28368434d35b8ad0e05f955906309662f1223 100644 (file)
@@ -63,10 +63,10 @@ See `Setting secret values in virsh`_ on how to set the value of the secret
 using ``virsh secret-set-value``.
 
 The volume type secret can be supplied either in volume XML during creation of a
-`storage volume <formatstorage.html#StorageVol>`__ in order to provide the
-passphrase to encrypt the volume or in domain XML `disk
-device <formatdomain.html#elementsDisks>`__ in order to provide the passphrase
-to decrypt the volume, :since:`since 2.1.0` . An example follows:
+`storage volume <formatstorage.html#storage-volume-xml>`__ in order to provide
+the passphrase to encrypt the volume or in domain XML
+`disk device <formatdomain.html#elementsDisks>`__ in order to provide the
+passphrase to decrypt the volume, :since:`since 2.1.0` . An example follows:
 
 ::