We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81bef11 + 91b92ee commit 5661973Copy full SHA for 5661973
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