Skip to content

Commit 85fff3e

Browse files
authored
chore: manifest link update (#285)
Signed-off-by: Hrishav <[email protected]>
1 parent 42f0c66 commit 85fff3e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website/docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Litmus supports for HTTP and HTTPS mode of installation.
153153
Applying the manifest file will install all the required service account configuration and ChaosCenter in namespaced scope.
154154

155155
```bash
156-
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/chaoscenter/manifests/litmus-getting-started.yaml -n <NAMESPACE>
156+
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.10.0/litmus-getting-started.yaml -n <NAMESPACE>
157157
```
158158

159159
### Advanced installation (HTTPS based and CORS rules apply)

website/versioned_docs/version-3.10.0/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Litmus supports for HTTP and HTTPS mode of installation.
153153
Applying the manifest file will install all the required service account configuration and ChaosCenter in namespaced scope.
154154

155155
```bash
156-
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/3.10.0/chaoscenter/manifests/litmus-getting-started.yaml -n <NAMESPACE>
156+
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.10.0/litmus-getting-started.yaml -n <NAMESPACE>
157157
```
158158

159159
### Advanced installation (HTTPS based and CORS rules apply)

website/versioned_docs/version-3.9.2/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Litmus supports for HTTP and HTTPS mode of installation.
153153
Applying the manifest file will install all the required service account configuration and ChaosCenter in namespaced scope.
154154

155155
```bash
156-
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/3.9.2/chaoscenter/manifests/litmus-getting-started.yaml -n <NAMESPACE>
156+
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.9.2/litmus-getting-started.yaml -n <NAMESPACE>
157157
```
158158

159159
### Advanced installation (HTTPS based and CORS rules apply)

0 commit comments

Comments
 (0)