From 01f8adc4af69dec3f9b012a37ad608aaec1e9a70 Mon Sep 17 00:00:00 2001 From: Anirudh Sharma <78658727+AnirudhBot@users.noreply.github.com> Date: Sun, 30 Oct 2022 15:05:08 +0530 Subject: [PATCH] Fixed Manifest link used in 2.13.0 docs (#209) * Fixed Manifest link used in 2.13.0 docs Signed-off-by: Anirudh Sharma --- .../version-2.11.0/user-guides/uninstall-litmus.md | 2 +- .../version-2.12.0/user-guides/uninstall-litmus.md | 2 +- .../version-2.13.0/user-guides/uninstall-litmus.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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**