We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8db6b34 + 72d30f6 commit baf7180Copy full SHA for baf7180
docs/redirects.config.js
@@ -88,6 +88,11 @@ const customRedirects = [
88
destination: "/hardhat-runner/docs/guides/migrating-from-hardhat-waffle",
89
permanent: false,
90
},
91
+ {
92
+ source: "/hardhat-runner/docs/guides/migrating-from-hardhat-waffle",
93
+ destination: "/hardhat-runner/docs/advanced/migrating-from-hardhat-waffle",
94
+ permanent: false,
95
+ },
96
{
97
source: "/custom-hardfork-history",
98
destination:
0 commit comments