Skip to content

Commit c322225

Browse files
Add redirect for plz
1 parent 0b2b504 commit c322225

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

gatsby-node.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,15 @@ const createRedirects = ({ actions }) => {
13611361

13621362
createRedirect({
13631363
fromPath: '/cloud/cloud-faq/private-load-zones/',
1364-
toPath: '/cloud/creating-and-running-a-test/private-load-zones/',
1364+
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+
toPath:
1372+
'https://grafana.com/docs/grafana-cloud/k6/author-run/cloud-scripting-extras/load-zones/',
13651373
isPermanent: true,
13661374
});
13671375

0 commit comments

Comments
 (0)