Skip to content

Commit 2bfcbbb

Browse files
committed
Redirect selecting elements
1 parent cb5fc9d commit 2bfcbbb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gatsby-node.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,6 +1670,12 @@ const createRedirects = ({ actions }) => {
16701670
isPermanent: true,
16711671
});
16721672

1673+
createRedirect({
1674+
fromPath: '/using-k6-browser/selecting-elements/',
1675+
toPath: '/using-k6-browser/recommended-practices/selecting-elements/',
1676+
isPermanent: true,
1677+
});
1678+
16731679
const redirects = {
16741680
'/javascript-api/k6-http/cookiejar-k6-http/':
16751681
'/javascript-api/k6-http/cookiejar/',

0 commit comments

Comments
 (0)