[PATCH 3/7] docs: Fix link for virConnectGetStoragePoolCapabilities

John Ferlan posted 7 patches 5 years, 2 months ago
[PATCH 3/7] docs: Fix link for virConnectGetStoragePoolCapabilities
Posted by John Ferlan 5 years, 2 months ago
The API is in the storage family not the domain family

Signed-off-by: John Ferlan <jferlan@redhat.com>
---
 docs/formatstoragecaps.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatstoragecaps.html.in b/docs/formatstoragecaps.html.in
index 900303aef7..a9ecc371fa 100644
--- a/docs/formatstoragecaps.html.in
+++ b/docs/formatstoragecaps.html.in
@@ -20,7 +20,7 @@
     (<span class="since">Since 5.2.0</span>):</p>
 
 <pre>
-<a href="/html/libvirt-libvirt-domain.html#virConnectGetStoragePoolCapabilities">virConnectGetStoragePoolCapabilities</a>
+<a href="/html/libvirt-libvirt-storage.html#virConnectGetStoragePoolCapabilities">virConnectGetStoragePoolCapabilities</a>
 </pre>
 
     <p>The root element that emulator capability XML document starts with is
-- 
2.28.0

Re: [PATCH 3/7] docs: Fix link for virConnectGetStoragePoolCapabilities
Posted by Ján Tomko 5 years, 2 months ago
On a Wednesday in 2020, John Ferlan wrote:
>The API is in the storage family not the domain family
>
>Signed-off-by: John Ferlan <jferlan@redhat.com>
>---
> docs/formatstoragecaps.html.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano