Skip to content

Commit

Permalink
Fix archive-command redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcano committed Oct 30, 2020
1 parent 9019ada commit 76f93d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ const createRedirects = ({ actions, pathPrefix }) => {
});
createRedirect({
fromPath: '/using-k6/archives-for-bundling-sharing-a-test',
toPath: '/misc/archive',
toPath: '/misc/archive-command',
isPermanent: true,
});
createRedirect({
Expand Down

0 comments on commit 76f93d5

Please sign in to comment.