We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81bef11 commit 91b92eeCopy full SHA for 91b92ee
1 file changed
gatsby-node.js
@@ -74,7 +74,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
74
});
75
createRedirect({
76
fromPath: "/learn/workshops",
77
- toPath: "/learn/workshops",
+ toPath: "/learn/service-mesh-workshops",
78
redirectInBrowser: true,
79
isPermanent: true,
80
0 commit comments