Skip to content

Commit

Permalink
Merge pull request #5122 from iArchitSharma/link
Browse files Browse the repository at this point in the history
Broken link fixed
  • Loading branch information
leecalcote authored Nov 14, 2023
2 parents 33facf4 + c63db02 commit 4517b72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
createRedirect({ fromPath: "/smi", toPath: "/projects/service-mesh-interface-conformance", redirectInBrowser: true, isPermanent: true });
createRedirect({ fromPath: "/projects/getnighthawk", toPath: "/projects/nighthawk", redirectInBrowser: true, isPermanent: true });
createRedirect({ fromPath: "/projects/getnighthawk", toPath: "/projects/nighthawk", redirectInBrowser: true, isPermanent: true });
createRedirect({ fromPath: "/projects/service-mesh-performance", toPath: "/projects/cloud-native-performance", redirectInBrowser: true, isPermanent: true });

//****
// External Resoruce Redirects
Expand Down

0 comments on commit 4517b72

Please sign in to comment.