Skip to content

Commit ca653dc

Browse files
authored
Fix uninstall script URL in kubevirt_install.md
Updated the uninstall script URL in the documentation.
1 parent 73bcd69 commit ca653dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/guide/kubevirt/kubevirt_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The k3s + KubeVirt installation takes some time (usually 5–15 minutes). Please
4646
One-click uninstall of the complete environment, including all virtual machines, k3s, KubeVirt, and auxiliary files:
4747

4848
```shell
49-
bash <(curl -sSL https://raw.githubusercontent.com/oneclickvirt/kubevirt/main/scripts/kubevirtuninstall.sh)
49+
bash <(curl -sSL https://raw.githubusercontent.com/oneclickvirt/kubevirt/main/kubevirtuninstall.sh)
5050
```
5151

5252
:::warning

0 commit comments

Comments
 (0)