Skip to content

Commit 1d45e0d

Browse files
Update link to the k6 Operator docs instead of blog (#1999)
* Update link to the k6 Operator docs instead of blog * Apply to previous versions
1 parent 421696a commit 1d45e0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/sources/k6/next/get-started/running-k6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ k6 supports three execution modes to run a k6 test: local, distributed, and clou
208208
k6 run script.js
209209
```
210210

211-
- **Distributed**: the test execution is [distributed across a Kubernetes cluster](https://k6.io/blog/running-distributed-tests-on-k8s/).
211+
- **Distributed**: the test execution is [distributed across a Kubernetes cluster](https://grafana.com/docs/k6/<K6_VERSION>/set-up/set-up-distributed-k6/).
212212

213213
Save the following YAML as `k6-testrun-resource.yaml`:
214214

docs/sources/k6/v1.0.x/get-started/running-k6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ k6 supports three execution modes to run a k6 test: local, distributed, and clou
208208
k6 run script.js
209209
```
210210

211-
- **Distributed**: the test execution is [distributed across a Kubernetes cluster](https://k6.io/blog/running-distributed-tests-on-k8s/).
211+
- **Distributed**: the test execution is [distributed across a Kubernetes cluster](https://grafana.com/docs/k6/<K6_VERSION>/set-up/set-up-distributed-k6/).
212212

213213
Save the following YAML as `k6-testrun-resource.yaml`:
214214

docs/sources/k6/v1.1.x/get-started/running-k6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ k6 supports three execution modes to run a k6 test: local, distributed, and clou
208208
k6 run script.js
209209
```
210210

211-
- **Distributed**: the test execution is [distributed across a Kubernetes cluster](https://k6.io/blog/running-distributed-tests-on-k8s/).
211+
- **Distributed**: the test execution is [distributed across a Kubernetes cluster](https://grafana.com/docs/k6/<K6_VERSION>/set-up/set-up-distributed-k6/).
212212

213213
Save the following YAML as `k6-testrun-resource.yaml`:
214214

0 commit comments

Comments
 (0)