We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2b504 commit c322225Copy full SHA for c322225
gatsby-node.js
@@ -1361,7 +1361,15 @@ const createRedirects = ({ actions }) => {
1361
1362
createRedirect({
1363
fromPath: '/cloud/cloud-faq/private-load-zones/',
1364
- toPath: '/cloud/creating-and-running-a-test/private-load-zones/',
+ toPath:
1365
+ 'https://grafana.com/docs/grafana-cloud/k6/author-run/cloud-scripting-extras/load-zones/',
1366
+ isPermanent: true,
1367
+ });
1368
+
1369
+ createRedirect({
1370
+ fromPath: '/cloud/creating-and-running-a-test/private-load-zones/',
1371
1372
1373
isPermanent: true,
1374
});
1375
0 commit comments