diff --git a/docs/zkapps/o1js/gadgets.mdx b/docs/zkapps/o1js/gadgets.mdx index 680c73116..c3ff742c2 100644 --- a/docs/zkapps/o1js/gadgets.mdx +++ b/docs/zkapps/o1js/gadgets.mdx @@ -21,7 +21,7 @@ Please note that zkApp programmability is not yet available on Mina Mainnet, but Gadgets are small, reusable low-level building blocks that simplify the process of creating new cryptographic primitives. Most gadgets build upon custom gates and act as low-level accelerators in the proof system. -In o1js, you can import these provable and helper methods from the gadget namespace: +In o1js, you can import these provable and helper methods from the `Gadgets` namespace: - [Bitwise Operations](/zkapps/o1js/bitwise-operations)