[PATCH 4/4] virDomainBackupGetXMLDesc: Fix and use full link to XML documentation

Peter Krempa pkrempa at redhat.com
Tue Aug 23 11:32:40 UTC 2022


Use the full link to the backup XML description page and use the proper
anchor after html->RST coversion.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 src/libvirt-domain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libvirt-domain.c b/src/libvirt-domain.c
index 842663a608..80a6f0f269 100644
--- a/src/libvirt-domain.c
+++ b/src/libvirt-domain.c
@@ -13582,7 +13582,7 @@ virDomainAgentSetResponseTimeout(virDomainPtr domain,
  *
  * virDomainBackupGetXMLDesc() can be called to learn actual
  * values selected.  For more information, see
- * formatcheckpoint.html#BackupAttributes.
+ * https://www.libvirt.org/formatbackup.html#backup-xml
  *
  * The @checkpointXML parameter is optional; if non-NULL, then libvirt
  * behaves as if virDomainCheckpointCreateXML() were called to create
-- 
2.37.1



More information about the libvir-list mailing list