diff --git a/gatsby-node.js b/gatsby-node.js index d4834afc2c2..877f7a916a6 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -76,4 +76,9 @@ exports.createPages = ({ actions }) => { toPath: '/guidelines/typography/style-strategies', isPermanent: true, }); + createRedirect({ + fromPath: '/whats-happening/releases', + toPath: '/all-about-carbon/releases', + isPermanent: true, + }); };