Skip to content

Commit 0cb25f0

Browse files
Update PLZ links to Grafana Cloud docs (#1343)
* Update PLZ links to Grafana Cloud docs * Update PLZ links to Grafana Cloud docs * Update links to new PLZ guide in GCk6 docs * Update src/templates/docs/cloud.js Co-authored-by: Pepe Cano <[email protected]> --------- Co-authored-by: Pepe Cano <[email protected]>
1 parent 04c2065 commit 0cb25f0

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

gatsby-node.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,14 +1362,14 @@ const createRedirects = ({ actions }) => {
13621362
createRedirect({
13631363
fromPath: '/cloud/cloud-faq/private-load-zones/',
13641364
toPath:
1365-
'https://grafana.com/docs/grafana-cloud/k6/author-run/cloud-scripting-extras/load-zones/',
1365+
'https://grafana.com/docs/grafana-cloud/k6/author-run/private-load-zone-v2/',
13661366
isPermanent: true,
13671367
});
13681368

13691369
createRedirect({
13701370
fromPath: '/cloud/creating-and-running-a-test/private-load-zones/',
13711371
toPath:
1372-
'https://grafana.com/docs/grafana-cloud/k6/author-run/cloud-scripting-extras/load-zones/',
1372+
'https://grafana.com/docs/grafana-cloud/k6/author-run/private-load-zone-v2/',
13731373
isPermanent: true,
13741374
});
13751375

src/data/markdown/docs/03 cloud/07 Cloud reference/999 Release notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ excerpt: 'On this page, you can find the product release notes of k6 Cloud.'
108108

109109
### v3.4.3.internal `(2022-4-26)`
110110
- Internal: improve cloud service stability and reliability.
111-
- Fix: [private load zones](/cloud/creating-and-running-a-test/private-load-zones/) authentication.
111+
- Fix: private load zones(/cloud/creating-and-running-a-test/private-load-zones/) authentication.
112112

113113
### `v0.3.0` [Grafana k6 Cloud App](https://grafana.com/grafana/plugins/grafana-k6-app/) `(2022-4-25)`
114114

src/data/markdown/translated-guides/en/01 Get started/03 Running k6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,5 +234,5 @@ k6 supports three execution modes to run a k6 test: local, distributed, and clou
234234
k6 cloud script.js
235235
```
236236

237-
Additionally, cloud-based solutions can run cloud tests on your [own cloud infrastructure](/cloud/creating-and-running-a-test/private-load-zones/), and accept the test results from a [local](/results-output/real-time/cloud/) or [distributed test](https://github.com/grafana/k6-operator#k6-cloud-output).
237+
Additionally, cloud-based solutions can run cloud tests on your [own cloud infrastructure](https://grafana.com/docs/grafana-cloud/k6/author-run/private-load-zone-v2/), and accept the test results from a [local](/results-output/real-time/cloud/) or [distributed test](https://github.com/grafana/k6-operator#k6-cloud-output).
238238

src/data/markdown/translated-guides/en/07 Testing Guides/01 API load testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ If the API is in an internal or restricted environment, you can use k6 to test i
521521
- Run the test from your private network using the k6 run command or the [Kubernetes operator](https://github.com/grafana/k6-operator). Optionally, store the test results in [k6 Cloud](https://k6.io/docs/results-output/real-time/cloud/) or other [external services](https://k6.io/docs/results-output/real-time/).
522522
- For cloud tests:
523523
- [Open your firewall](https://k6.io/docs/cloud/creating-and-running-a-test/troubleshooting/#open-a-firewall-for-k6-cloud) for cloud test traffic.
524-
- Run the cloud test from your [Kubernetes clusters](https://k6.io/docs/cloud/creating-and-running-a-test/private-load-zones/).
524+
- Run the cloud test from your [Kubernetes clusters](https://grafana.com/docs/grafana-cloud/k6/author-run/private-load-zone-v2/).
525525
526526
## Supplementary tools
527527

src/data/markdown/translated-guides/en/08 Misc/09 Glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Load test
119119
: A test that assesses the performance of the system under test in terms of concurrent users or requests per second.<br/><br/>[Load Testing](/test-types/load-testing)
120120

121121
Load zone
122-
: The geographical instance from which a test runs.<br/><br/>[Private load zones](/cloud/creating-and-running-a-test/private-load-zones/), [Declare load zones from the CLI](/cloud/creating-and-running-a-test/cloud-scripting-extras/load-zones)
122+
: The geographical instance from which a test runs.<br/><br/>[Private load zones](https://grafana.com/docs/grafana-cloud/k6/author-run/private-load-zone-v2/), [Declare load zones from the CLI](/cloud/creating-and-running-a-test/cloud-scripting-extras/load-zones)
123123

124124
Lifecycle function
125125
: A function called in a specific sequence in the k6 runtime. The most important lifecycle function is the default function, which runs the VU code.<br/><br/>[Test lifecycle](/using-k6/test-lifecycle/)

src/data/markdown/translated-guides/es/01 Get started/03 Running k6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ k6 soporta tres modelos de ejecución para ejecutar los tests: local, cluster, a
211211
k6 cloud script.js
212212
```
213213

214-
Adicionalmente, k6 Cloud puede ejecutar cloud tests en tu [propia infraestructura cloud](/cloud/creating-and-running-a-test/private-load-zones/), y acepta los resultados de un test [local](/results-output/real-time/cloud/) o [distribuido en k8s](https://github.com/grafana/k6-operator#k6-cloud-output).
214+
Adicionalmente, k6 Cloud puede ejecutar cloud tests en tu [propia infraestructura cloud](https://grafana.com/docs/grafana-cloud/k6/author-run/private-load-zone-v2/), y acepta los resultados de un test [local](/results-output/real-time/cloud/) o [distribuido en k8s](https://github.com/grafana/k6-operator#k6-cloud-output).
215215

216216

217217

src/data/markdown/translated-guides/es/06 Testing Guides/01 API load testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ Si la API se encuentra en un entorno interno o restringido, se puede usar k6 par
472472
- Ejecute la prueba desde su red privada utilizando el comando "k6 run" o el [Kubernetes operator](https://github.com/grafana/k6-operator). Opcionalmente, almacene los resultados de la prueba en [k6 Cloud](https://k6.io/docs/results-output/real-time/cloud/) u otros [servicios externos](https://k6.io/docs/results-output/real-time/).
473473
- Para pruebas en la nube:
474474
- [Abra su firewall](https://k6.io/docs/cloud/creating-and-running-a-test/troubleshooting/#open-a-firewall-for-k6-cloud) para el tráfico de prueba desde la nube.
475-
- Ejecute la prueba en la nube desde sus [clústers de Kubernetes](https://k6.io/docs/cloud/creating-and-running-a-test/private-load-zones/).
475+
- Ejecute la prueba en la nube desde sus [clústers de Kubernetes](https://grafana.com/docs/grafana-cloud/k6/author-run/private-load-zone-v2/).
476476
477477
## Herramientas complementarias
478478

src/templates/docs/cloud.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ const Cloud = ({ pageContext: { sidebarTree, navLinks } }) => {
140140
Run tests on your own{' '}
141141
<Link
142142
to={
143-
'/cloud/creating-and-running-a-test/private-load-zones/'
143+
'https://grafana.com/docs/grafana-cloud/k6/author-run/private-load-zone-v2/'
144144
}
145145
>
146-
AWS EC2 instances
146+
Kubernetes clusters
147147
</Link>
148148
.
149149
</Trait>

0 commit comments

Comments
 (0)