The anchor name was not fixed when the 'formatstorage' document was
converted to rst.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
docs/formatsecret.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/formatsecret.rst b/docs/formatsecret.rst
index bb2217041a..03c2836843 100644
--- a/docs/formatsecret.rst
+++ b/docs/formatsecret.rst
@@ -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:
::
--
2.35.1