Skip to content

Commit

Permalink
fix: in memory node redirect (#303)
Browse files Browse the repository at this point in the history
small fix for redirect link
  • Loading branch information
sarahschwartz authored Jan 14, 2025
1 parent d901f05 commit 1138afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const docsReorgRedirects = {
// Test and debug
'/build/test-and-debug/hardhat': { redirect: '/zksync-era/guides/testing/testing-with-hardhat' },
'/build/test-and-debug/foundry': { redirect: '/zksync-era/guides/testing/testing-with-foundry' },
'/build/test-and-debug/in-memory-node': { redirect: '/zksync-era/tooling/local-setup/in-memory-node' },
'/build/test-and-debug/in-memory-node': { redirect: '/zksync-era/tooling/local-setup/anvil-zksync-node' },
'/build/test-and-debug': { redirect: '/zksync-era/tooling/local-setup' },

// Dev reference
Expand Down

0 comments on commit 1138afa

Please sign in to comment.