[PATCH 64/67] docs: remote: Fix anchor names in links to uri.html

Peter Krempa posted 67 patches 3 years, 8 months ago
[PATCH 64/67] docs: remote: Fix anchor names in links to uri.html
Posted by Peter Krempa 3 years, 8 months ago
When uri.html was converted to RST the 'URI remote' anchor was not fixed
in remote.rst.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 docs/remote.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/remote.rst b/docs/remote.rst
index bcc394e083..ab11405d56 100644
--- a/docs/remote.rst
+++ b/docs/remote.rst
@@ -24,7 +24,7 @@ access the system-wide QEMU daemon, then to access the system-wide QEMU daemon
 on a remote machine called ``compute1.libvirt.org`` you would use
 ``qemu://compute1.libvirt.org/system``.

-The `section on remote URIs <uri.html#URI_remote>`__ describes in more detail
+The `section on remote URIs <uri.html#remote-uris>`__ describes in more detail
 these remote URIs.

 From an API point of view, apart from the change in URI, the API should behave
@@ -82,7 +82,7 @@ Remote libvirt supports a range of transports:
    remote side.

 The choice of transport is determined by the `URI
-scheme <uri.html#URI_remote>`__, with ``tls`` as the default if no explicit
+scheme <uri.html#remote-uris>`__, with ``tls`` as the default if no explicit
 transport is requested.

 libvirtd configuration file
-- 
2.35.3
Re: [PATCH 64/67] docs: remote: Fix anchor names in links to uri.html
Posted by Ján Tomko 3 years, 8 months ago
On a Tuesday in 2022, Peter Krempa wrote:
>When uri.html was converted to RST the 'URI remote' anchor was not fixed
>in remote.rst.
>
>Signed-off-by: Peter Krempa <pkrempa@redhat.com>
>---
> docs/remote.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>

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

Jano