From c728698a19566fc665ae1d338f8e0b2788a0fae1 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Tue, 23 Aug 2022 13:28:51 +0200 Subject: [PATCH] virDomainBackupGetXMLDesc: Fix and use full link to XML documentation Use the full link to the backup XML description page and use the proper anchor after html->RST coversion. Signed-off-by: Peter Krempa Reviewed-by: Jonathon Jongsma --- 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