mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-21 21:25:25 +00:00
docs: Remove extra leading slash in 'api' and 'formatdomaincaps' pages
While the links work they'd trip up the link validator script which will be added later. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
610407dad3
commit
d19c8e7a57
@ -27,7 +27,7 @@ wise thing to do in most cases. See the `connection URI <uri.html>`__
|
||||
page for a full descriptions of the values allowed.
|
||||
|
||||
OnDevice the application obtains a
|
||||
`virConnectPtr </html/libvirt-libvirt-host.html#virConnectPtr>`__
|
||||
`virConnectPtr <html/libvirt-libvirt-host.html#virConnectPtr>`__
|
||||
connection to the hypervisor it can then use it to manage the
|
||||
hypervisor's available domains and related virtualization resources,
|
||||
such as storage and networking. All those are exposed as first class
|
||||
|
@ -18,7 +18,7 @@ more recent to support VFIO, while legacy KVM is achievable just fine with older
|
||||
qemus.
|
||||
|
||||
The main difference between
|
||||
`virConnectGetCapabilities </html/libvirt-libvirt-host.html#virConnectGetCapabilities>`__
|
||||
`virConnectGetCapabilities <html/libvirt-libvirt-host.html#virConnectGetCapabilities>`__
|
||||
and the emulator capabilities API is, the former one aims more on the host
|
||||
capabilities (e.g. NUMA topology, security models in effect, etc.) while the
|
||||
latter one specializes on the hypervisor capabilities.
|
||||
|
Loading…
Reference in New Issue
Block a user