Skip to content

Commit aa32551

Browse files
authored
fix: add missing redirect (#286)
subj
1 parent 6e3bbb6 commit aa32551

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redirects.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ const docsReorgRedirects = {
115115
// Test and debug
116116
'/build/test-and-debug/hardhat': { redirect: '/zksync-era/guides/testing/testing-with-hardhat' },
117117
'/build/test-and-debug/foundry': { redirect: '/zksync-era/guides/testing/testing-with-foundry' },
118+
'/build/test-and-debug/in-memory-node': { redirect: '/zksync-era/tooling/local-setup/in-memory-node' },
118119
'/build/test-and-debug': { redirect: '/zksync-era/tooling/local-setup' },
119120

120121
// Dev reference

0 commit comments

Comments
 (0)