Skip to content

Commit 01f8adc

Browse files
authored
Fixed Manifest link used in 2.13.0 docs (#209)
* Fixed Manifest link used in 2.13.0 docs Signed-off-by: Anirudh Sharma <[email protected]>
1 parent af975d7 commit 01f8adc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

website/versioned_docs/version-2.11.0/user-guides/uninstall-litmus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ To uninstall the ChaosCenter from the system, follow these steps -
105105
kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/2.11.0/mkdocs/docs/2.11.0/litmus-2.11.0.yaml
106106
```
107107

108-
> 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/<VERSION>/mkdocs/docs/<VERSION/litmus-<VERSION>.yaml`
108+
> 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/<VERSION>/mkdocs/docs/<VERSION>/litmus-<VERSION>.yaml`
109109
110110
- **Litmus Master Manifest**
111111

website/versioned_docs/version-2.12.0/user-guides/uninstall-litmus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ To uninstall the ChaosCenter from the system, follow these steps -
105105
kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/2.12.0/mkdocs/docs/2.12.0/litmus-2.12.0.yaml
106106
```
107107

108-
> 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/<VERSION>/mkdocs/docs/<VERSION/litmus-<VERSION>.yaml`
108+
> 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/<VERSION>/mkdocs/docs/<VERSION>/litmus-<VERSION>.yaml`
109109
110110
- **Litmus Master Manifest**
111111

website/versioned_docs/version-2.13.0/user-guides/uninstall-litmus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ To uninstall the ChaosCenter from the system, follow these steps -
102102
- **Litmus 2.13.0**
103103

104104
```bash
105-
kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/2.13.0/docs/2.13.0/litmus-2.13.0.yaml
105+
kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/2.13.0/mkdocs/docs/2.13.0/litmus-2.13.0.yaml
106106
```
107107

108-
> 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/<VERSION>/mkdocs/docs/<VERSION/litmus-<VERSION>.yaml`
108+
> 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/<VERSION>/mkdocs/docs/<VERSION>/litmus-<VERSION>.yaml`
109109
110110
- **Litmus Master Manifest**
111111

0 commit comments

Comments
 (0)