From a3965dfcbb71f6c5038bbdc24b44db4deba79d61 Mon Sep 17 00:00:00 2001 From: alelpoan <155192176+alelpoan@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:05:14 +0300 Subject: [PATCH] fix/broken-links-docs-continue-learning-part8 --- docs/src/miden-bank/08-complete-flows.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/miden-bank/08-complete-flows.md b/docs/src/miden-bank/08-complete-flows.md index a6cb4bcb..a29b8f98 100644 --- a/docs/src/miden-bank/08-complete-flows.md +++ b/docs/src/miden-bank/08-complete-flows.md @@ -281,9 +281,9 @@ You've completed the Miden Bank tutorial! You now understand: ### Continue Learning -- **[Testing with MockChain](https://docs.miden.xyz/builder/tutorials/rust-compiler/testing)** - Deep dive into testing patterns -- **[Debugging Guide](https://docs.miden.xyz/builder/tutorials/rust-compiler/debugging)** - Troubleshoot common issues -- **[Common Pitfalls](https://docs.miden.xyz/builder/tutorials/rust-compiler/pitfalls)** - Avoid known gotchas +- **[Testing with MockChain](https://docs.miden.xyz/builder/tutorials/helpers/testing)** - Deep dive into testing patterns +- **[Debugging Guide](https://docs.miden.xyz/builder/tutorials/helpers/debugging)** - Troubleshoot common issues +- **[Common Pitfalls](https://docs.miden.xyz/builder/tutorials/helpers/pitfalls)** - Avoid known gotchas ### Build More