Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const MoreInformationDefaultContent: React.FunctionComponent<MoreInformat
<MoreInformationInstallVariant os="Windows">
<div>
Download the MSI from{' '}
<a href="https://virt-manager.org/download/" target="_blank" rel="noopener noreferrer">
<a href="https://virt-manager.org/download" target="_blank" rel="noopener noreferrer">
virt-manager.org
</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ exports[`DesktopViewer default MoreInformationContent 1`] = `
<div>
Download the MSI from
<a
href="https://virt-manager.org/download/"
href="https://virt-manager.org/download"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -356,7 +356,7 @@ exports[`DesktopViewer with Spice and VNC 1`] = `
<div>
Download the MSI from
<a
href="https://virt-manager.org/download/"
href="https://virt-manager.org/download"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -683,7 +683,7 @@ exports[`DesktopViewer with Spice, VNC and RDP (different hostname) 1`] = `
<div>
Download the MSI from
<a
href="https://virt-manager.org/download/"
href="https://virt-manager.org/download"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -1091,7 +1091,7 @@ exports[`DesktopViewer with Spice, VNC and RDP 1`] = `
<div>
Download the MSI from
<a
href="https://virt-manager.org/download/"
href="https://virt-manager.org/download"
rel="noopener noreferrer"
target="_blank"
>
Expand Down