[PATCH] docs: tlscerts: fix link to remote URI parameters

Ville Skyttä posted 1 patch 3 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210213063629.16922-1-ville.skytta@iki.fi
docs/tlscerts.html.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: tlscerts: fix link to remote URI parameters
Posted by Ville Skyttä 3 years, 2 months ago
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
---
 docs/tlscerts.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tlscerts.html.in b/docs/tlscerts.html.in
index 8a74311682..22fc054801 100644
--- a/docs/tlscerts.html.in
+++ b/docs/tlscerts.html.in
@@ -125,7 +125,7 @@ of the server and clients.  There are two distinct checks involved:
 server.  Checking done by client by matching the certificate that
 the server sends to the server's hostname.  May be disabled by adding
 <code>?no_verify=1</code> to the
-<a href="#Remote_URI_parameters">remote URI</a>.
+<a href="uri.html#Remote_URI_parameters">remote URI</a>.
 </li>
       <li> The server should know that only permitted clients are
 connecting.  This can be done based on client's IP address, or on
-- 
2.17.1