
On Mon, May 15, 2023 at 04:41:12PM +0200, Kashyap Chamarthy wrote:
Right now the URL is 404 due to missing .html.
To think of it, should we instead redirect to the below URL? https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/ It has 'qemu-ga" MSI files here: https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-qem... https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-qem... (And also various virtio-win drivers.)
Reported by: Sebastien Wains <swains@redhat.com>
Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com> --- docs/windows.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/windows.html.in b/docs/windows.html.in index 0f2d9061c4..561c08cfa1 100644 --- a/docs/windows.html.in +++ b/docs/windows.html.in @@ -17,7 +17,7 @@ <p> Users who need pre-built Windows DLLs of libvirt are advised to use the <a href="https://virt-manager.org">Virt Viewer</a> - pre-compiled <a href="https://virt-manager.org/download/">Windows MSI packages</a> + pre-compiled <a href="https://virt-manager.org/download.html">Windows MSI packages</a> </p>
<p> -- 2.40.0
-- /kashyap