Skip to content

Commit baf7180

Browse files
authored
Merge pull request #4640 from NomicFoundation/add-hh-waffle-guide-redirect
Add redirect for hh-waffle guide
2 parents 8db6b34 + 72d30f6 commit baf7180

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/redirects.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ const customRedirects = [
8888
destination: "/hardhat-runner/docs/guides/migrating-from-hardhat-waffle",
8989
permanent: false,
9090
},
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+
},
9196
{
9297
source: "/custom-hardfork-history",
9398
destination:

0 commit comments

Comments
 (0)