Skip to content

Commit

Permalink
Merge pull request NomicFoundation#4640 from NomicFoundation/add-hh-w…
Browse files Browse the repository at this point in the history
…affle-guide-redirect

Add redirect for hh-waffle guide
  • Loading branch information
alcuadrado committed Dec 2, 2023
2 parents 8db6b34 + 72d30f6 commit baf7180
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/redirects.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ const customRedirects = [
destination: "/hardhat-runner/docs/guides/migrating-from-hardhat-waffle",
permanent: false,
},
{
source: "/hardhat-runner/docs/guides/migrating-from-hardhat-waffle",
destination: "/hardhat-runner/docs/advanced/migrating-from-hardhat-waffle",
permanent: false,
},
{
source: "/custom-hardfork-history",
destination:
Expand Down

0 comments on commit baf7180

Please sign in to comment.