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 cb5fc9d commit 2bfcbbbCopy full SHA for 2bfcbbb
gatsby-node.js
@@ -1670,6 +1670,12 @@ const createRedirects = ({ actions }) => {
1670
isPermanent: true,
1671
});
1672
1673
+ createRedirect({
1674
+ fromPath: '/using-k6-browser/selecting-elements/',
1675
+ toPath: '/using-k6-browser/recommended-practices/selecting-elements/',
1676
+ isPermanent: true,
1677
+ });
1678
+
1679
const redirects = {
1680
'/javascript-api/k6-http/cookiejar-k6-http/':
1681
'/javascript-api/k6-http/cookiejar/',
0 commit comments