diff --git a/website/versioned_docs/version-2.11.0/user-guides/uninstall-litmus.md b/website/versioned_docs/version-2.11.0/user-guides/uninstall-litmus.md index da53d9a..237a5c8 100644 --- a/website/versioned_docs/version-2.11.0/user-guides/uninstall-litmus.md +++ b/website/versioned_docs/version-2.11.0/user-guides/uninstall-litmus.md @@ -105,7 +105,7 @@ To uninstall the ChaosCenter from the system, follow these steps - kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/2.11.0/mkdocs/docs/2.11.0/litmus-2.11.0.yaml ``` - > To delete any specific version of the ChaosCenter, replace the above command with the below command. `kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus//mkdocs/docs/.yaml` + > To delete any specific version of the ChaosCenter, replace the above command with the below command. `kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus//mkdocs/docs//litmus-.yaml` - **Litmus Master Manifest** diff --git a/website/versioned_docs/version-2.12.0/user-guides/uninstall-litmus.md b/website/versioned_docs/version-2.12.0/user-guides/uninstall-litmus.md index c0cd2e3..1cca41a 100644 --- a/website/versioned_docs/version-2.12.0/user-guides/uninstall-litmus.md +++ b/website/versioned_docs/version-2.12.0/user-guides/uninstall-litmus.md @@ -105,7 +105,7 @@ To uninstall the ChaosCenter from the system, follow these steps - kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/2.12.0/mkdocs/docs/2.12.0/litmus-2.12.0.yaml ``` - > To delete any specific version of the ChaosCenter, replace the above command with the below command. `kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus//mkdocs/docs/.yaml` + > To delete any specific version of the ChaosCenter, replace the above command with the below command. `kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus//mkdocs/docs//litmus-.yaml` - **Litmus Master Manifest** diff --git a/website/versioned_docs/version-2.13.0/user-guides/uninstall-litmus.md b/website/versioned_docs/version-2.13.0/user-guides/uninstall-litmus.md index 11fc308..af728f8 100644 --- a/website/versioned_docs/version-2.13.0/user-guides/uninstall-litmus.md +++ b/website/versioned_docs/version-2.13.0/user-guides/uninstall-litmus.md @@ -102,10 +102,10 @@ To uninstall the ChaosCenter from the system, follow these steps - - **Litmus 2.13.0** ```bash - kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/2.13.0/docs/2.13.0/litmus-2.13.0.yaml + kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/2.13.0/mkdocs/docs/2.13.0/litmus-2.13.0.yaml ``` - > To delete any specific version of the ChaosCenter, replace the above command with the below command. `kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus//mkdocs/docs/.yaml` + > To delete any specific version of the ChaosCenter, replace the above command with the below command. `kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus//mkdocs/docs//litmus-.yaml` - **Litmus Master Manifest**