[PATCH 58/67] scripts: hvsupport: Remove link into the 'html' directory

Peter Krempa posted 67 patches 3 years, 8 months ago
[PATCH 58/67] scripts: hvsupport: Remove link into the 'html' directory
Posted by Peter Krempa 3 years, 8 months ago
Linking to a list of files is not helpful.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 scripts/hvsupport.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/hvsupport.py b/scripts/hvsupport.py
index 50ba25c78f..89fd0d1d94 100755
--- a/scripts/hvsupport.py
+++ b/scripts/hvsupport.py
@@ -426,7 +426,7 @@ print('''<?xml version="1.0" encoding="UTF-8"?>
 <ul id="toc"></ul>

 <p>
-This page documents which <a href="html/">libvirt calls</a> work on
+This page documents which libvirt calls work on
 which libvirt drivers / hypervisors, and which version the API appeared
 in. If a hypervisor driver later dropped support for the API, the version
 when it was removed is also mentioned (highlighted in
-- 
2.35.3
Re: [PATCH 58/67] scripts: hvsupport: Remove link into the 'html' directory
Posted by Ján Tomko 3 years, 8 months ago
On a Tuesday in 2022, Peter Krempa wrote:
>Linking to a list of files is not helpful.
>
>Signed-off-by: Peter Krempa <pkrempa@redhat.com>
>---
> scripts/hvsupport.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

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

Jano