Skip to content

Commit 981644e

Browse files
Fix link to virt-manager.org/download (#51)
1 parent dc7ad94 commit 981644e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/module/src/components/DesktopViewer/MoreInformationDefaultContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const MoreInformationDefaultContent: React.FunctionComponent<MoreInformat
2929
<MoreInformationInstallVariant os="Windows">
3030
<div>
3131
Download the MSI from{' '}
32-
<a href="https://virt-manager.org/download/" target="_blank" rel="noopener noreferrer">
32+
<a href="https://virt-manager.org/download" target="_blank" rel="noopener noreferrer">
3333
virt-manager.org
3434
</a>
3535
</div>

packages/module/src/components/DesktopViewer/__snapshots__/DesktopViewer.test.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ exports[`DesktopViewer default MoreInformationContent 1`] = `
126126
<div>
127127
Download the MSI from
128128
<a
129-
href="https://virt-manager.org/download/"
129+
href="https://virt-manager.org/download"
130130
rel="noopener noreferrer"
131131
target="_blank"
132132
>
@@ -356,7 +356,7 @@ exports[`DesktopViewer with Spice and VNC 1`] = `
356356
<div>
357357
Download the MSI from
358358
<a
359-
href="https://virt-manager.org/download/"
359+
href="https://virt-manager.org/download"
360360
rel="noopener noreferrer"
361361
target="_blank"
362362
>
@@ -683,7 +683,7 @@ exports[`DesktopViewer with Spice, VNC and RDP (different hostname) 1`] = `
683683
<div>
684684
Download the MSI from
685685
<a
686-
href="https://virt-manager.org/download/"
686+
href="https://virt-manager.org/download"
687687
rel="noopener noreferrer"
688688
target="_blank"
689689
>
@@ -1091,7 +1091,7 @@ exports[`DesktopViewer with Spice, VNC and RDP 1`] = `
10911091
<div>
10921092
Download the MSI from
10931093
<a
1094-
href="https://virt-manager.org/download/"
1094+
href="https://virt-manager.org/download"
10951095
rel="noopener noreferrer"
10961096
target="_blank"
10971097
>

0 commit comments

Comments
 (0)