Skip to content

Commit

Permalink
fix: add missing redirect (#286)
Browse files Browse the repository at this point in the history
subj
  • Loading branch information
popzxc authored Dec 10, 2024
1 parent 6e3bbb6 commit aa32551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,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': { redirect: '/zksync-era/tooling/local-setup' },

// Dev reference
Expand Down

0 comments on commit aa32551

Please sign in to comment.